asp.net - Login Control : WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Add a ScriptResourceMapping named jquery -


i working on website in asp.net. have web form without control. when add login control form , view form in browser, error shown:

webforms unobtrusivevalidationmode requires scriptresourcemapping 'jquery'. please add scriptresourcemapping named jquery(case-sensitive).

i read solution:
http://www.codeproject.com/articles/465613/webforms-unobtrusivevalidationmode-requires-a

but don't find global.asax

please me!

you can disable new feature in web.config changing following key value none this:

<add key="validationsettings:unobtrusivevalidationmode" value="none" /> 

Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

ios - iPhone/iPad different view orientations in different views , and apple approval process -

Shrink a YouTube video to responsive width -