Tips and tricks for .NET using ASP and VB code.

Create a table of unique cells from a column in a table.

Dim UniqueTable As Data.DataTable = DataTable1.DefaultView.ToTable(True, New String() {"FieldName"})

No comments:

Post a Comment

Search This Blog