Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Viewing sorted rows in dataview
Message
 
To
22/07/2005 12:11:17
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB.NET 1.1
Database:
MS SQL Server
Miscellaneous
Thread ID:
01035153
Message ID:
01035202
Views:
17
Have you tried using a DataRowView rather than a DataRow?

>Anybody know why these records aren't sorted when they go through the MessageBoxes?
>
>
> Dim ModelDV As DataView
> ModelDV = New DataView(ds1.Tables("detail"))
> ModelDV.Sort = "Gauge, WColor, HighTemp, JobName11, PartName, Model_No"
>
>
> Dim row As DataRow
> For Each row In ModelDV.Table.Rows
> MsgBox(row("PartName"))
> Next
>
>Thanks...
Chris McCandless
Red Sky Software
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform