Intercept HttpRequest.ValidateString
I'd like to run text through a regular expression function that I wrote when the user clicks a submit button, however it appears it calls HttpRequest.ValidateString first. Is it possible to force the submit button to call my function prior to validating it?
0 comments:
Post a Comment