The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: BulletedList Control in ASP.NET Framework 4, 3.5, 3.0, 2.0
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

M zunair RafiqeditedPosted Nov 22, 2011, 6:14 AMEdited Nov 22, 2011, 6:14 AM
The BulletedList control creates a list in bullet format.To specify the individual list items that you want to appear in a BulletedList control, place a ListItem object for each entry between the opening and closing tags of the BulletedList control. The below code example show how to create a BulletedList control with list items that are formatted as link buttons.Label control Display message when a list item is clicked. For Details <a href="http://codingvilla.com/bulletlist-control-asp-net-3.5-single-article-139.aspx" title="BulletedList Control in Asp.Net">BulletedList Control in Asp.Net</a>
Kavita BPosted Mar 3, 2011, 6:03 AM
This is a simple control but explained nicely.. thanx