System.Web.UI.WebControls.IButtonControl.ValidationGroup Property

Gets or sets the name for the group of controls for which the button control causes validation when it posts back to the server.

Syntax

public string ValidationGroup { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

A control that implements the System.Web.UI.WebControls.IButtonControl interface must implement the IButtonControl.ValidationGroup property to indicate the name for the group of controls for which the button control causes validation when it posts back to the server.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0