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
Sanjeeb Lenka
NA 22.1k 1.3m 11y
hi,

you have to set the startup object. for set the start up object follow this step.

open solution explorer. select the solution or right click on solution and click on properties.


in property window set the startup object as your class name.

follow the screen.




2nd