HI, I'm an ASP beginner, and have hit a snag.
I am trying to retain my position in a recordset (in my database) from one asp page to the next.
I have 3 pages:
1. an HTML page where the user enters her username and password.
2. an asp page which finds the user based on the username and password in the database. on this page, there is an option for the user to change their address.
3. a second asp page which changes the address.
the problem is this third page - when referring to request.form("variable", i can only reference the immediate previous page (and i can't check the password all over again because the page is set so the password erases when the user clicks submit.
Any help would be greatly appreciated!!
Thanks,
Julie
I am trying to retain my position in a recordset (in my database) from one asp page to the next.
I have 3 pages:
1. an HTML page where the user enters her username and password.
2. an asp page which finds the user based on the username and password in the database. on this page, there is an option for the user to change their address.
3. a second asp page which changes the address.
the problem is this third page - when referring to request.form("variable", i can only reference the immediate previous page (and i can't check the password all over again because the page is set so the password erases when the user clicks submit.
Any help would be greatly appreciated!!
Thanks,
Julie