Hi.
I want to use the RegularExpressionValidator to pick up on pattern matches that will result in a page error because of ValidateRequest="true" page directive.
This in order to give the user a more user friendly error message than would result if the serverside safeguards hits it.
Now, the thing is that that I have a number of potential RegEx matches that I want to INVALIDATE the text with the resulting error message client side (html tags or escape code equivalents).
I cannot see any options on the RegExValidator to set "Valid if no matches".
Am I going about this the wrong way? Surely, this must be a common problem.