I have a MySql database table and on the server side it is Ordered By one column but I would like the client side to allow users to choose which column the table is sorted by by clicking on the Column title.
How can I accomplish this?
BTW: users are already able to edit, update, and delete. I'm using asp with the BindDataGrid() method.
Thanks,
Bridgette