Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 How to Sort Asc/Desc using Array.Sort?

Author  Topic 

ashok_gos
Starting Member

2 Posts

Posted - 2008-04-21 : 02:45:30
Can any one help me solving this problem?I have used Array.sort() method in .Net but it always sorts in one direction ie, Ascending. Is their any way to switch between Ascending/Descending according to user's choice?

jsmith8858
Dr. Cross Join

7423 Posts

Posted - 2008-04-21 : 08:54:56
very first result I got from a quick google shows exactly how to do this with an example:

http://msdn2.microsoft.com/en-us/library/6tf1f0bc.aspx



- Jeff
http://weblogs.sqlteam.com/JeffS
Go to Top of Page
   

- Advertisement -