ss_learner
05-11-2005, 04:14 AM
Hi there
Can any one help me out
I have a new user addition page in asp
After the user enters login and password, I should add them to the database,
but need to check whether the login exists or not.
If it exists, then i need to redirect him to the newuser.asp page saying that the loginname already exists
but my problem is, asp cannot hold the view state, so when i redirect, or say history.go etc, all the fields are empty..
is there anyother way of doing.??
I saw an article in a website to check for the entered name etc in database using javascripting, but unfortunately i could not find it now (I forgot to bookmark it)
Should I use the session variables or anyother way??
Thanks and regards
Can any one help me out
I have a new user addition page in asp
After the user enters login and password, I should add them to the database,
but need to check whether the login exists or not.
If it exists, then i need to redirect him to the newuser.asp page saying that the loginname already exists
but my problem is, asp cannot hold the view state, so when i redirect, or say history.go etc, all the fields are empty..
is there anyother way of doing.??
I saw an article in a website to check for the entered name etc in database using javascripting, but unfortunately i could not find it now (I forgot to bookmark it)
Should I use the session variables or anyother way??
Thanks and regards