Hello,
So I am currently on Chapter 9 where you create a RequiredFieldValidator to insert an users' name. I have everything created on the Contact page and everything is laid out, but when I try to follow the example by leaving the name field blank and clicking the "send" button that I created, I am brought to an error message on my site.
Webforms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery (case-sensitive).
I googled around a little bit to see if anyone else had a similar problem, and a few people were saying to add an <appsettings> field in the web.config, yet when I try to enter this in <appsettings> isn't defined in my solution.
This is what other users are saying to insert in the .config:
Quote:
<appSettings>
<add key="ValidationSettings:UnobtrusiveValidationMode" value="None" />
</appSettings>
|
I am using Visual Studio Professional 2012.