Serves as the abstract base class for validation controls.
For a list of all members of this type, see BaseValidator Members.
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
System.Web.UI.WebControls.Label
System.Web.UI.WebControls.BaseValidator
BasicFrame.WebControls.BaseValidator
BasicFrame.WebControls.IsDateValidator
BasicFrame.WebControls.RequiredFieldValidator
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
The BaseValidator class provides the core implementation for all validation controls.
Validation is performed when a button control, such a Button or LinkButton, is clicked.
You can also manually perform validation by using the Page.Validate method.
Note If you use the Page.IsValid property in the Page_Load method, you must first explicitly call the Page.Validate method.
Namespace: BasicFrame.WebControls
Assembly: BasicFrame.WebControls.BasicDatePicker (in BasicFrame.WebControls.BasicDatePicker.dll)
BaseValidator Members | BasicFrame.WebControls Namespace