asp.net.ph

Skip Navigation Links

Responding to BulletedList Item Events

Controls You Can Use on Web Forms   ASP.NET Standard Controls   BulletedList Control


The BulletedList control provides several events that you can program against. This allows you to run a custom routine whenever an event occurs. The following table lists the events supported by the BulletedList control.

Event Description
BulletedListItemClick Occurs when a bulletedlist item is clicked. This event is commonly used to synchronize a BulletedList control with another control on the page.
BulletedListItemDataBound Occurs when a bulletedlist item is bound to data. This event is commonly used to modify a bulletedlist item before it is rendered in a BulletedList control.

See Also

Binding a BulletedList Control to a Data Source   Web Forms Events and Handlers



© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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