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. |
Binding a BulletedList Control to a Data Source Web Forms Events and Handlers
|