1
Answer

redirecting page even validattion fails

Neelima

Neelima

12y
1.5k
1
I had two pages one for login and one for registration...in login page if user is new then for registration there is a link newuserregister 

but i had given validations for the controls in login.aspx page..so when user clicks newregister link button it is not redirecting..instead it is raising validation messages...how can we redirect a page even validation fails
Answers (1)
0
Sam Hobbs

Sam Hobbs

NA 28.7k 1.3m 14y

Where is the database? If it is in your local computer and the web site is not then will your local computer always be on and working?
 
Did you look in ASP.NET & Web Forms? Also look in here.
Accepted