Problem I was getting below error.
System.InvalidOperationException: WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive). Solution Add below appSettings to the root web.configl file to solve this error.
<appSettings>
<add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
</appSettings>
Thanks
Regards,
Sheo Narayan
http://www.dotnetfunda.com