Nishant Arora
How many types of Validation tool available in ASP.NET?
Posted by Nishant Arora in .Net | ASP.NET on Nov 26, 2012
  • 0
  • 3
  • 1181
Do you know the answer for this question? Post it below.
Guest
Posted by Neelima on Jan 18, 2013
  • 3

Required field, Rnge validator, Reguar Expression, Custom validator, Validation Summary, Compare Validator.

Posted by lakshminarayana srinivasan on Nov 30, 2012
  • 2

There are mainly 5 types of validation controls are there and 1 control is to summarize the validation errors. They are 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.

Posted by Manoj Kumar on Nov 29, 2012
  • 0

6 types


Get Career Advice from Experts
SPONSORED BY
  • PDF reports have never been easier to create. With our included WYSIWYG Designer, you can layout your reports, set up your data source and let DynamicPDF ReportWriter do the rest.
Join a Chapter
PRIVACY POLICY | TERMS & CONDITIONS | SITEMAP | CONTACT US | ABOUT US | REPORT ABUSE
2013© C# Corner. All contents are copyright of their authors.