System.Web.UI.WebControls.BulletedList.AutoPostBack Property

Gets or sets the value of the ListControl.AutoPostBack property for the base class.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.ComponentModel.Browsable(false)]
public override bool AutoPostBack { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The BulletedList.AutoPostBack property is inherited from the System.Web.UI.WebControls.ListControl class and is not applicable to the System.Web.UI.WebControls.BulletedList control. Do not assign a value to the BulletedList.AutoPostBack property. If you do assign a value to the BulletedList.AutoPostBack, a NotSupportedException exception is thrown.

Requirements

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