Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sorting in descending order
Message
From
23/10/2003 13:03:45
 
 
To
23/10/2003 12:58:21
General information
Forum:
ASP.NET
Category:
Deployments
Miscellaneous
Thread ID:
00841677
Message ID:
00841683
Views:
19
This message has been marked as the solution to the initial question of the thread.
>Given this:
>
>
>' Get it into a view
>Dim loView As DataView
>loView = loData.Tables("Temp").DefaultView
>
>' Sort it
>loView.Sort = "StartDate"
>
>
>Is there a way to sort it into descending order?

Yeah ... it's in the documentation.
>loView.Sort = "StartDate DESC"
~~Bonnie
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform