Validation controls are used to validate the ASP.NET input server controls like asp:TextBox for valid data when their data is submitted to the server.

There are six validation controls in ASP.NET and they are

    1. RequiredFieldValidator
    2. RangeValidator
    3. CompareValidator
    4. RegularExpressionValidator
    5. CustomValidator and
    6. ValidationSummary

Read More....