Validation controls in ASP.NET C#
ASP.NET provides a range of validation controls:-
- RequiredFieldValidator validates
compulsory/required input.
- RangeValidator validates the range.
Validates that input falls between the given range values.
- CompareValidator validates or compares
the input of a control with another control value or with a fixed value.
- RegularExpressionValidator validates input value
against a defined regular expression pattern.
- CustomValidator allows to customize
the validation logic with respect to our application logic.
- ValidationSummary displays all errors on
page collectively.
Validation controls in ASP.NET C#
Reviewed by NEERAJ SRIVASTAVA
on
5:39:00 PM
Rating:
No comments: