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
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Sorting Header Columns

Author  Topic 

benko
Starting Member

24 Posts

Posted - 2004-11-25 : 13:22:34
What is the best way to go about sorting columns. Cause the way i have planned right now is if they click the header, it will setup a sort variable and pass it to the stored proc. Should this be done like this calling the DB or should it be done some other way like Javascript?

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2004-11-25 : 14:08:48
read this:
http://www.sqlteam.com/item.asp?ItemID=2209

Go with the flow & have fun! Else fight the flow
Go to Top of Page

rockmoose
SQL Natt Alfen

3279 Posts

Posted - 2004-11-25 : 14:27:54
Do you have to go all the way back to the DB to get rows ordered ?
If it is the same result you are sorting in the GUI, then the client should do the ordering.

rockmoose
Go to Top of Page
   

- Advertisement -