System.Web.UI.PostBackOptions.ValidationGroup Property

Gets or sets the group of controls for which the System.Web.UI.PostBackOptions object causes validation when it posts back to the server.

Syntax

[System.ComponentModel.DefaultValue("")]
public string ValidationGroup { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the PostBackOptions.ValidationGroup property to specify the validation group to validate when a postback event is generated. Only the validation controls in the specified validation group are validated.

Requirements

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