The BulletedList control creates a list in bullet format.Each item in a BulletedList control is defined by a ListItem element,also helps in displaying collection of items in a bulleted list.The Bulleted List server control is meant to display a bulleted list of items easily in an ordered or unordered fashion. To specify the individual list items in the list.
Properties:
1.BulletImageUrl ::Specifies the URL of a custom bullet list image.
2.BulletStyle ::Specifies the style of the bullet list
3.DisplayMode ::Specifies the type of list displayed
4.FirstBulletNumber ::Specify the start number of list items in an ordered list
5.Target ::Specifies where to open the target URL
BulletedList
*************************************************************************
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="BulletedList.aspx.cs" Inherits="_Default" %>
BulletedList
***********************************************************************