What is the CustomValidator control?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the CustomValidator control?
Rating:
The CustomValidator control is a validation control that is used to perform user-defined validation for an input control. As the name suggests, it is typically used to perform customized validations that are not provided by other validation controls. The ControlToValidate property of the CustomValidator control is used to specify the ID of the input control that is to be validated by the control. CustomValidator can be used to create server-side as well as client-side validation functions.
Rating:
Was this information helpful?
Other articles
- What is a constructor?
- What is object pooling?
- What is an abstract class?
- How to add files to a Web Setup package?
- What is the Render method?