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.
error while using create user wizard or any validation contr
when ever i try to use a create user wizard or any validation control . then when i debug the page then it show error like this

Abhishek JainPosted Sep 19, 2013, 7:48 AM
This is because:
If this key value is set to "None" [default], the ASP.NET application will use the pre-4.5 behavior (JavaScript inline in the pages) for client-side validation logic. If this key value is set to "WebForms", ASP.NET uses HTML5 data-attributes and late bound JavaScript from an added script reference for client-side validation logic.
Refer this for more details: http://msdn.microsoft.com/en-us/library/hh975440.aspx
Regards
AJ
Iftikar HussainPosted Sep 19, 2013, 7:49 AM
Please refer the below link
http://www.codeproject.com/Articles/465613/WebForms-UnobtrusiveValidationMode-requires-a
Regards,
Iftikar