what is form validation? explain various validation controls with suitable example
Answers
Answered by
2
RegularExpressionValidator server control is a validation control that enables you to check the user's input based on a pattern defined by a regular expression. This is a great control to check whether the user has entered a valid e-mail address or telephone number.
that's all
that's all
Similar questions