asp.net.ph

BulletedList.AutoPostBack Property

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.

Syntax


Inline <asp:BulletedList autopostback = [ true I false ]... >
Script BulletedList.AutoPostBack = [ true I false ]

Property Value

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.

Exceptions


Exception Type Condition
NotSupportedException An attempt was made to set the AutoPostBack property.

Remarks

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.

See Also

BulletedList Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph