Click to See Complete Forum and Search --> : Need a suggestion


handshakeit
05-29-2006, 04:01 AM
Hello All

I want a suggestion from u all. I am to make a Gridview with both sorting and paging Enabled. I want that if i sort the grid the entire grid (ie if i select 2nd page it must be in sorted order) .
Which is the most efficient method of this ?
although i have done it by putting complete dataset in session variable and after sorting update it in session variable and in paging use this varible i think it is not best way to do..........