Name:
Age:
ControlToValidate="name"
Text="The name field is required!"
runat="server" />
Error message
Server Error in '/' Application.
WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive).
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.InvalidOperationException: WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive).
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
|

Ramchand RepallePosted Jan 5, 2015, 2:33 AM
The below link will be helpful to resolve the issue.
http://www.codeproject.com/Articles/465613/WebForms-UnobtrusiveValidationMode-requires-a
In Brief, I hope you need add these key value to your web.config file.
Sandy SurwasePosted Jan 6, 2015, 3:57 AM