Datagrid Paging w/Browser Back Button

Zoopnfunk

Member
Joined
Nov 1, 2005
Messages
5
Programming Experience
1-3
Problem: Fixing the "Webpage has expired" error when using the browser back button to go back through datagrid results (paged datagrid).

Using asp.net 1.1 I am having trouble getting the browser's back button to function with my datagrid.

When I page through the datagrid and then try to move back through the results using the IE Browser back button I recieve a "Webpage has expired" error message. If I refresh the page, the results load as expected.

Is there anything I can do with caching, or cookies -- or anything to make the browser Back and Forward buttons function with my datagrid so that users can use them to go back through the results they have been paging through?

THanks,

Zoop
 
Plz Help

Does anyone have any ideas/insight on how to make the datagrid/paging 'play nice' with browser back button?

I just want to eliminate the 'Expired page' error, so that users won't have to manually 'refresh' the page in order to see the results set if they are using the 'back' button to go back to a previous page/state.

Thanks,

Zoop
 
Back
Top