System.Web.UI.WebControls.ValidationSummary Members

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

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

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.ValidationSummary class.

Public Properties

DisplayModeValidationSummaryDisplayMode.

Gets or sets the display mode of the validation summary.

EnableClientScriptbool.

Gets or sets a value indicating whether the System.Web.UI.WebControls.ValidationSummary control updates itself using client-side script.

override
ForeColorSystem.Drawing.Color.

Gets or sets the foreground color of the control.

HeaderTextstring.

Gets or sets the header text displayed at the top of the summary.

ShowMessageBoxbool.

Gets or sets a value indicating whether the validation summary is displayed in a message box.

ShowSummarybool.

Gets or sets a value indicating whether the validation summary is displayed inline.

ValidationGroupstring.

Gets or sets the group of controls for which the System.Web.UI.WebControls.ValidationSummary object displays validation messages.

Protected Methods

override
AddAttributesToRender(System.Web.UI.HtmlTextWriter)

Adds attributes to the HTML tags generated for this control.

override
OnPreRender(EventArgs)

Raises the System.Web.UI.Control.PreRender event.

override
Render(System.Web.UI.HtmlTextWriter)

Sends server control content to a provided System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client.