S
Sparky Arbuckle
I've got a RegularExpressionValidator that partly works. Let me
explain:
With the Validator below I am only able to search for one letter/number
at a time. If I want to search for Diana I see 'Valid Search String',
but if I search for A then I see all 113 results. Am I missing
something here?
<asp:RegularExpressionValidator id="revMenuSearch"
ValidationExpression="[^!#^()<>/]" ControlToValidate="tbSearch"
Display="Static" ErrorMessage="Valid Search String" runat="SERVER" />
explain:
With the Validator below I am only able to search for one letter/number
at a time. If I want to search for Diana I see 'Valid Search String',
but if I search for A then I see all 113 results. Am I missing
something here?
<asp:RegularExpressionValidator id="revMenuSearch"
ValidationExpression="[^!#^()<>/]" ControlToValidate="tbSearch"
Display="Static" ErrorMessage="Valid Search String" runat="SERVER" />