asp.net.ph

Skip Navigation LinksHome > Getting Started > ASP.NET Syntax > ASP.NET Syntax for Validation Controls

ASP.NET Syntax for Validation Controls

Getting Started   ASP.NET Syntax


This section covers the syntax used to declaratively set each of the ASP.NET validation server controls on a Web Forms page, and includes information about the properties shared among all validation server controls.

In This Section


Topic Description
Base Validation Control Properties Details the properties that are shared by all validation controls.
Base Compare Validation Control Properties Details the properties that are shared by the CompareValidator and the RangeValidator controls.
CompareValidator Control The CompareValidator control is used for comparing user input against a given value using a given comparison operator ( less than, greater than, equal to, and so on ).
CustomValidator Control The CustomValidator control is used for defining custom server and client validation code.
RangeValidator Control The RangeValidator control is used for verifying if user input is between specified lower and upper boundaries.
RegularExpressionValidator Control The RegularExpressionValidator control is used for matching user input against a pattern defined by a regular expression.
RequiredFieldValidator Control The RequiredFieldValidator control is used for ensuring that a user does not skip a compulsory entry in a form.
ValidationSummary Control The ValidationSummary control is used for displaying a summary of validation errors for all of the validation controls on a page.

See Also

Web Forms Validation   Data Entry Validation ( Client-Side )



© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note