Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sorting in descending order
Message
From
23/10/2003 12:58:21
 
 
To
All
General information
Forum:
ASP.NET
Category:
Deployments
Title:
Sorting in descending order
Miscellaneous
Thread ID:
00841677
Message ID:
00841677
Views:
49
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?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform