System.Web.UI.WebControls.ListControl.AutoPostBack Property

Gets or sets a value indicating whether a postback to the server automatically occurs when the user changes the list selection.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Set this property to true if the server needs to capture the selection as soon as it is made. For example, other controls on the Web page can be automatically filled depending on the user's selection from a list control.

This property can be used to allow automatic population of other controls on the Web page based on a user's selection from a list.

The value of this property is stored in view state.

This property cannot be set by themes or style sheet themes. For more information, see System.Web.UI.ThemeableAttribute and ASP.NET Themes Overview.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0