Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get rid of 'Page has expired' on back

Status
Not open for further replies.

kaijanm

Programmer
May 14, 2003
102
US
Hi,

My apps is a fully database driven application, so essentially every page is a form. When the user clicks 'Back', it always brings up the 'Page has expired' screen. Is there a way to just have it go back to the previous page and repost the data automagically? :)

Thanks in advance!
Kimberly
 
Ive implemented smart navigation on the page to stop that, but ive heard good(not really) and bad things about using it.

in page directive, <% PageLanguage="vb" SmartNavigation=True %>

must have .net framework installed on web box
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top