I have a Razor view with multiple buttons. I only want validation to occur when the user clicks one of these buttons.
How do I stop or clear validation of fields in the controller?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To disable client side validation:
Disable client-side validation in MVC 3 "cancel" submit button
To disable server side validation:
Asp.net MVC ModelState.Clear