Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can i get the datatable data order by ItemCode?
Message
From
19/05/2012 04:20:52
 
 
To
18/05/2012 21:23:16
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 9.0
OS:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01543801
Message ID:
01543856
Views:
23
>Then how can i do?
For i As Integer = 0 To TempTable.DefaultView.Count - 1
	Dim itemCode = TempTable.DefaultView(i)("ItemCode")
Next
'Or
For Each row As DataRowView In TempTable.DefaultView
	Dim itemCode = row("ItemCode")
Next
Previous
Reply
Map
View

Click here to load this message in the networking platform