This is a migrated thread and some comments may be shown as answers.

Have ListView datapaging maintain its page state when backbutton is used

0 Answers 44 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Jeremy
Top achievements
Rank 1
Jeremy asked on 02 May 2012, 06:51 PM
The scenario is that a user may be on page 4, clicks a link, decides it is the wrong link, then hits the backbutton. The sorted list and page should be maintained. I've tried enabling viewstate, and even storing the page index into the session and having it load on prerender (if not null). What is happening is that when I hit the back button, I get an error stating that the page has expired. What is the normal practice for obtaining this effect and are there any suggestions as to why the page is expiring, preventing my ability to use the back button?

No answers yet. Maybe you can help?

Tags
ListView
Asked by
Jeremy
Top achievements
Rank 1
Share this question
or