I want to write all the code that will be sent to the browser to have it under my complete control.
For this I need to completely disable javascript validation that is provided with aps.net mvc.
How can i achieve this?
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.
I’m not sure I fully understand your question, but try changing the values in the web.config for the “ClientValidationEnabled” and “UnobtrusiveJavaScriptEnabled” to false:
Hope this helps!