Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Viewing sorted rows in dataview
Message
From
22/07/2005 12:11:17
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Viewing sorted rows in dataview
Environment versions
Environment:
VB.NET 1.1
Database:
MS SQL Server
Miscellaneous
Thread ID:
01035153
Message ID:
01035153
Views:
57
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...
Very fitting: http://xkcd.com/386/
Next
Reply
Map
View

Click here to load this message in the networking platform