User Input Validation
I am trying to add User Input Validation to my existing pages. The validation works using the regular expression validator control, however, after a failed input attempt by the user, it no longer accepts any input. My expression to validate is "/W" which should exclude all special characters. Any advice?
|