Hi All,
I want to disable my client side validation in my .net core application. It is completely a single page application built using jquery, so I cannot disable my JavaScript. Removing unobtrusive.js file didn't help me. Please suggest me some work around to disable client side validation.
Thanks in Advance
Sushama GhagdePosted Nov 26, 2018, 11:25 PM
Use this for your controls which disables client side validation for control.
Ravi PatelPosted Nov 7, 2017, 9:59 AM