When I add the login control to the page, I got the following error. Could u help me ?
"WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive)."
WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive).
when you get this kind of error while your contacting login page then steps:
1.go to "web.config".
Find this code <add key="ValidationSettings:UnobtrusiveValidationMode" value="WebForms"/>
in the web.config.
Change the value="WebForms" to value="none".
Now you open the login.aspx file it will open.