Forum Moderators: open

Message Too Old, No Replies

ASP Form Caching

Anyone know how I can do this?

         

Shuvi

6:36 pm on Apr 5, 2004 (gmt 0)

10+ Year Member



I have a form on my asp page and I want the browser to cache the values a user enter in the forms. Is there something that I need to do in the my code? I have it enabled in my browser because it works for other pages just not the one I created.
Please help!
Shuvi

TheNige

3:55 am on Apr 6, 2004 (gmt 0)

10+ Year Member



do you want it to cache it even if they go off to other pages and sites? If so, you'd have to store all the values in cookies or database and when they come back to the page load them again.

john_k

3:07 pm on Apr 6, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Are talking about the "User data persistance" setting in I.E.? If so, here are some things to consider and check:

- This is based upon the field names within the form. Are the field names remaining consistant?
- It is on the Security tab and such the setting is different depending upon the zone. Make sure it is enabled for the proper zone(s).

Also, since it is a browser setting issue, don't waste too much time on it as you can't control how your visitors' browsers are configured.