Hello,
I am having trouble adding RequiredFieldValidator for two textboxes on my webpage (please see the code below). I would appreciate if anyone can help me here.
This is the error I get when I run the code:
WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive).
<%@Go to the complete details ...