System.Web.UI.WebControls.RequiredFieldValidator Members

The members of System.Web.UI.WebControls.RequiredFieldValidator are listed below.

See Also: Inherited members from System.Web.UI.WebControls.BaseValidator

Public Constructors

Public Properties

InitialValuestring.

Gets or sets the initial value of the associated input control.

Protected Methods

override
AddAttributesToRender(System.Web.UI.HtmlTextWriter)

Adds the HTML attributes and styles that need to be rendered for the control to the specified System.Web.UI.HtmlTextWriter object.

override
EvaluateIsValid() : bool

Called during the validation stage when ASP.NET processes a Web Form.