Posted on: 2/24/2015 11:32:46 PM | Views : 601

Hi, everyone!
I was wondering if there was any disadvantage to using the HTML5 novalidate attribute on the root ASP.Net form.
We recently ran into a problem with some fields on our website and it's caused by the browser trying to validate them and doing so incorrectly. (Long story and the details are irrelevant).
The solution we found was to add the novalidate attribute to the root ASP.Net form, but I wanted to double-check that there wouldn't be any other unintentional side effect to this.
If you could please advice, that would be great.
Thanks!
-Eric

Go to the complete details ...