Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Viewing sorted rows in dataview
Message
De
22/07/2005 13:55:32
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
 
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
VB.NET 1.1
Database:
MS SQL Server
Divers
Thread ID:
01035153
Message ID:
01035211
Vues:
13
I just tried that... Had to change the .table to .table.defaultview like so:

Dim row As DataRowView
For Each row In ModelDV.Table.DefaultView
MsgBox(row("PartName"))
Next


But problem still exists. I just displays the records like I never sorted them.
Very fitting: http://xkcd.com/386/
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform