asp.net 2.0

  1. P

    How to get the files in all directories?

    This is in class file Imports Microsoft.VisualBasic Imports System.IO Imports System.Collections.Generic Public Class FileSrch '' File Search Options Public Enum FileSearchOptions YearFirst MonthFirst DateinExtension NormalFiles End Enum Public Shared Function GetSearchcriteria(ByVal...
  2. S

    Display XML Select Node values in the asp.net label

    Hi All, I have a SQL table with XML Data Type (FormXML). Please see the attached picture 1 of the SQL table for your review. The SQL table displays data fields with values: Name: John Mark CodeNum: 88 Data: 3/19/2009 12:00:00 AM FormXML: <FormXML> <DocInfo> <Check>...
  3. S

    ASP.NET 2.0 And Crystal report runtime license

    Hi, I want to know that what type of license required to run crystal report in ASP.NET 2.0 after deployment in customer place? Regards S. Muhilan
Back
Top