back button on asp.net pages

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
 
S

Scott M.

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.
 
S

Scott M.

Could you re-post your .dll in the form of the source code so we can see
what you've done?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top