System.Web.UI.PostBackOptions.AutoPostBack Property

Gets or sets a value that indicates whether the form will automatically post back to the server in response to a user action.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

You can use the PostBackOptions.AutoPostBack property to indicate that a Web Forms page should automatically post back to the server in response to a user action such as selecting an item from a drop-down list. The JavaScript setTimeout method is used with the _doPostBack method to ensure that the user action completes before the postback occurs.

Requirements

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