4
Reply

What is the use Validation Summary in ASP.NET?

Nishant Arora

Nishant Arora

Nov 26, 2012
4.6k
1

    Validation Summary is a validation control which renders summary of all the validation errors on submit.

    Sunil Babu
    April 02, 2016
    0

    to view all control error messages at one place

    Neelima
    January 18, 2013
    0

    1. RequiredFieldValidator - to check for mandatory field 2.RangeValidator - to check for data in the specified range 3. RegularExpressionValidator - to check for data in a particular regular expression 4. ComapreValidator - to compare two data or data types 5. CustomValidator - to attach a custom a control with the help of user defined function 6.ValidationSummary - to summarize all validation error.

    to view all validation control error message.

    Manoj Kumar
    November 29, 2012
    0