Andi03 Posted September 6, 2003 Posted September 6, 2003 Hi. I have made a form that users gonna fil in if the want to become members on my page. I have on litle problem left. You see, after the press Submit they are redirected to a nother page (because I don't want them to be able to refresh the page ver and over and send the reg info over and over). But when they press back in the browser the can see the form again with all the info exept the password. But how do I do this: If the press back and return to the reg form how do I load the regform from the begining? All fields should be empty. Need the code in ASP.NET Language="VB" Any help would be nice.. Quote
*Gurus* Derek Stone Posted September 6, 2003 *Gurus* Posted September 6, 2003 You can't. Quote Posting Guidelines
Cassio Posted September 7, 2003 Posted September 7, 2003 You can try the Response.Expires = [number] and see if the page expires before the user presses back. Or you can clean the fields everytime the page is loaded. Quote Stream of Consciousness (My blog)
Andi03 Posted September 7, 2003 Author Posted September 7, 2003 Clearing the fields will work for now... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.