chpicker
Programmer
- Apr 10, 2001
- 1,316
I have a page with a GridView. This grid allows you to sort it by clicking on column headers, it is paginated so it shows only 15 rows per page, and each row contains a DETAILS link that goes to another URL.
The problem occurs when a user sorts the grid by date, clicks through the pages to find which row she wants to view, realizes she got the wrong one and clicks the BACK button. From the user's point of view, she should see the page as she left it: sorted by date and on the page that contained the detail link she clicked on. However, it reverts back to the default sort and page one.
Is there anything I can do to fix this? It happens whether browser caching is enabled or not. I'm working with ASP.NET 2.0.
Ian
The problem occurs when a user sorts the grid by date, clicks through the pages to find which row she wants to view, realizes she got the wrong one and clicks the BACK button. From the user's point of view, she should see the page as she left it: sorted by date and on the page that contained the detail link she clicked on. However, it reverts back to the default sort and page one.
Is there anything I can do to fix this? It happens whether browser caching is enabled or not. I'm working with ASP.NET 2.0.
Ian