Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,


How to do group validations in view page in asp.net mvc3. I have name,password and email controls in my view and a submit button. I want to have validations only after button click but the validation msg is displayed after onblur event of the controls. Can any one help me with this?

Thanks
Posted
Comments
Karthik. A 19-Jun-12 16:37pm    

1 solution

go to properties of each one(name,password,email,button) and set group name.
group name must be same for all.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900