Is it possible to use required field validators with a modal popup extender
<asp:TextBox ID="tbRollCatID" runat="server" CssClass="TextBoxTitle"></asp:TextBox> <asp:RequiredFieldValidator ID="RequiredFieldValidator2" ControlToValidate="tbRollCatID" ErrorMessage="*" runat="server" />
I currently get the error
WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive).
If I set this to none at the page level the dialog no longer shows.