Showing posts with label RangeValidator. Show all posts
Showing posts with label RangeValidator. Show all posts

Tuesday, 8 December 2015

ASP.Net Validation Controls

In this post, I will explain to you ASP.Net validation controls.

ASP.Net validation controls validate the user input data to ensure that useless, unauthenticated, or contradictory data don't get stored.
ASP.Net provides the following validation controls:
  • RequiredFieldValidator
  • RangeValidator
  • CompareValidator
  • RegularExpressionValidator
  • CustomValidator
  • ValidationSummary