I added setting to web.config file for checking validtion through asp.net Requiered field Validator to avoid run time exception i.e
WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive.
The setting which i added in web.config is as follows:(Under configuration setting)
<connectionStrings>
<add name="scon" connectionString="User Id=sa;Password=123;Database=SURYA_DB;Data Source=(local)" />
</connectionStrings>
But afeter adding the setting also i have been geeting same exception at run time ,so can you help me resolve the problem.
Go to the complete details ...