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.
| 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 |
|
|
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 |
 |
|
|
|
|
|