System.Web.UI.WebControls Namespace BulletedList Class
.NET Framework version 2.0
Sets or retrieves a value indicating whether a postback to the server automatically occurs when the user changes the selection in the list.
Inline |
<asp:BulletedList autopostback = [ true I false ]... > |
Script |
BulletedList.AutoPostBack = [ true I false ] |
This property accepts or returns only a boolean value: true if an automatic postback to the server will occur whenever the user changes the selection of the list; otherwise, false. Default value is false.
NOTE: The AutoPostBack property is inherited from the ListControl class and is not applicable to the BulletedList control. Assigning a value to the property throws a NotSupported exception.
BulletedList Members