System.Web.UI.PostBackOptions.PerformValidation Property

Gets or sets a value indicating whether client-side validation is required before the postback event occurs.

Syntax

[System.ComponentModel.DefaultValue(false)]
public bool PerformValidation { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The PostBackOptions.PerformValidation property is used to specify whether client-side validation is required before the postback event can occur. When the value of the PostBackOptions.PerformValidation property is set to true, you can also use the PostBackOptions.ValidationGroup property to specify the name of the validation group for which validation is required before the postback event occurs.

Requirements

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