IButtonControl.ValidationGroup Property
.NET Framework 3.0
Gets or sets the name for the group of controls for which the button control causes validation when it posts back to the server.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ String get_ValidationGroup () /** @property */ void set_ValidationGroup (String value)
function get ValidationGroup () : String function set ValidationGroup (value : String)
Not applicable.
Property Value
The name for the group of controls for which the button control causes validation when it posts back to the server.A control that implements the IButtonControl interface must implement the 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.
Community Additions
ADD
Show: