back button on asp.net pages

  • Thread starter Thread starter Will
  • Start date Start date
W

Will

I'm building a site and there is a series of asp.net pages
with forms on them. My client would like back buttons
placed on each page. Currently I just have some javascript
code sending you back to the last page. When I click it I
get a "Page has expired" error. I'm just wondering if
there's any way around having to click refresh, So that
when you click back it automatically loads up the page
with your fields filled in and everything. Any help would
be great, thanks.


Will
 
When you go "back" to a form and it has all the data fields still populated
with what had been typed in them, it's because of the browser's temporary
cache (not the permenant cache where copies of everything are stored).

I don't think there is a way to programmatically go back to this.
 
Could you re-post your .dll in the form of the source code so we can see
what you've done?
 
Back
Top