Easy Tutorial
❮ Control Image Prop Webcontrol Calendarday Istoday ❯

ASP.NET BulletedList Control



Definition and Usage

The BulletedList can create lists in bulleted format.

Each item in the BulletedList control is defined by a ListItem element!

Note: It is a new class in ASP.NET 2.0.


Properties

Property Description .NET
BulletImageUrl Specifies the URL of the custom bullet image for the list. Used when "BulletStyle" is "CustomImage". 2.0
BulletStyle Specifies the style of the bulleted list. 2.0
DisplayMode Specifies the type of list displayed. 2.0
FirstBulletNumber Specifies the starting number for list items in an ordered list. 2.0
runat Required. Specifies that this control is a server control. Must be set to "server". 1.0
Target Specifies where to open the target URL. 2.0

ListControl Standard Properties

The ListControl includes all the basic functionalities of list controls. The above properties apply to the BulletedList control.

For a complete description, visit ListControl Standard Properties.

Web Control Standard Properties

For a complete description, visit Web Control Standard Properties.

Control Standard Properties

For a complete description, visit Control Standard Properties.


❮ Control Image Prop Webcontrol Calendarday Istoday ❯