WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for jQuery
I just added some basic components like
Adding the following element in web.config
TextBox
, RequiredfieldValidator
, and validation summary controls only. Its shows the following errorAdding the following element in web.config
<appSettings>
<add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
</appSettings>
Comments
Post a Comment