Nishant Arora
What is the use Validation Summary in ASP.NET?
By Nishant Arora in ASP.NET on Nov 26 2012
  • Neelima
    Jan, 2013 18

    to view all control error messages at one place

    • 1
  • Sunil Babu
    Apr, 2016 2

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

    • 0
  • lakshminarayana srinivasan
    Nov, 2012 30

    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.

    • 0
  • Manoj Kumar
    Nov, 2012 29

    to view all validation control error message.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS