I am using regular expression validators. I know that I have to validate client side and server side.
Is it ok to use RegularExpressionValidator.IsValid on the server side to see if the field is valid? Do I have to use RegularExpressionValidator.Validate before RegularExpressionValidator.IsValid is set?
View Complete Post