Controls You Can Use on Web Forms ASP.NET Standard Controls BulletedList Control
Like other ASP.NET controls which derive from the base ListControl class, such as the ListBox, DropDownList, RadioButtonList, and CheckBoxList controls, the BulletedList control can display items that are dynamically obtained from a data source at run time.
In this case, the list items correspond to the values of a given field in the data source. The control can display one field from the source and can optionally use a second field as the item value.
This example shows a BulletedList control that is bound to a SqlDataSource control.
asp:BulletedList
In the below example, a BulletedList control is used to display the list of employees in the NorthWind Traders database, enabling a user to view the details for a selected employee.
Adding BulletedList Items Programmatically Customizing the BulletedList Control Interface
© 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