Hi there,
New to ASP and have a small assignment.
Login, name and e-mail which must be validated on the server. If there is an error the user should be taken back to the first page to correct the data and then send it again. When the user is brought back to the first page, the data that was originally written should still be there.
Response.Redirect will erase all data. If I use just an ordinary link, and HREF, it also erases all data.
For this assignment I'm not supposed to use a Global.asa.
If I use Session variables, how do I get the data to remain
on the first page, or do I bring it with me back and forth between the pages. How To ??
How can I keep the data ??
IL
New to ASP and have a small assignment.
Login, name and e-mail which must be validated on the server. If there is an error the user should be taken back to the first page to correct the data and then send it again. When the user is brought back to the first page, the data that was originally written should still be there.
Response.Redirect will erase all data. If I use just an ordinary link, and HREF, it also erases all data.
For this assignment I'm not supposed to use a Global.asa.
If I use Session variables, how do I get the data to remain
on the first page, or do I bring it with me back and forth between the pages. How To ??
How can I keep the data ??
IL