ASP.NET BulletedList Control
Definition and Usage
BulletedList can create lists in bullet format.
Each item in the BulletedList control is defined by a ListItem element!
Note:It is a new class in ASP.NET 2.0.
Property
Property | Description | .NET |
---|---|---|
BulletImageUrl |
Specify the URL of the custom list item graphic symbol. Used when "BulletStyle" is set to "CustomImage". |
2.0 |
BulletStyle | Specify the style of the bullet list. | 2.0 |
DisplayMode | Specify the type of the list displayed. | 2.0 |
FirstBulletNumber | Specify the starting number of the list items in an ordered list. | 2.0 |
runat | Required. Specify that this control is a server control. It must be set to "server". | 1.0 |
Target | Specify where to open the target URL. | 2.0 |
ListControl Standard Properties
AppendDataBoundItems, AutoPostBack, CausesValidation, DataTextField, DataTextFormatString, DataValueField, Items, runat, SelectedIndex, SelectedItem, SelectedValue, TagKey, Text, ValidationGroup, OnSelectedIndexChanged
The ListControl control includes all basic functions of list controls. Controls that inherit from this control include: CheckBoxList, DropDownList, ListBox, and RadioButtonList controls.
For a complete description, please visit ListControl Standard Properties.
Web Control Standard Properties
AccessKey, Attributes, BackColor, BorderColor, BorderStyle, BorderWidth, CssClass, Enabled, Font, EnableTheming, ForeColor, Height, IsEnabled, SkinID, Style, TabIndex, ToolTip, Width
For a complete description, please visit Web Control Standard Properties.
Control Standard Properties
AppRelativeTemplateSourceDirectory, BindingContainer, ClientID, Controls, EnableTheming, EnableViewState, ID, NamingContainer, Page, Parent, Site, TemplateControl, TemplateSourceDirectory, UniqueID, Visible
For a complete description, please visitControl Standard Properties.