GridView Sort on each page
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I know sorting can be done ascending/descending on a gridview. Can it be done on each page of the grid when paging also is enabled?
Thanks
when you want to change your sort direction, aren't you have to bind the data again? that process will bring you back to page index 0, isn't it ? well if you want to go to certain page, just assign that certain page index at gridview.currentpageindex ... hope it helps..