Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Viewing sorted rows in dataview
Message
De
22/07/2005 12:11:17
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Viewing sorted rows in dataview
Versions des environnements
Environment:
VB.NET 1.1
Database:
MS SQL Server
Divers
Thread ID:
01035153
Message ID:
01035153
Vues:
58
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/
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform