Programming in vb.net: GridView Refresh Loses Page Number/Column Sorting on newest questions tagged vb.net – Stack Overflow

I have a GridView with a number of rows, each with a number of actions that could be applied to it. When an action is finished I navigate to the page again to refresh it like so;

Response.Redirect(table.ListActionPath)

My problem is that on this refresh my loses it’s paging number and it’s column sorting. I could put these into a viewstate but I just wanted to check if there was a better way of doing this. Thanks!

See Answers


source: http://stackoverflow.com/questions/11880026/gridview-refresh-loses-page-number-column-sorting
Programming in vb.net: programming-in-vb-net



online applications demo