Latest web development tutorials

ASP.NET BulletedList Controls

Web Server Controls Web server control

Definition and Usage

BulletedList can bulleted format to create the list.

BulletedList control each item by ListItem element to define!

Note: It is the ASP.NET 2.0 new class.


Attributes

属性 描述 .NET
BulletImageUrl 规定定制的项目符号列表图形的 URL。在 "BulletStyle" 为 "CustomImage" 时使用。 2.0
BulletStyle 规定项目符号列表的样式。 2.0
DisplayMode 规定被显示的列表的类型。 2.0
FirstBulletNumber 规定在有序列表中列表项目的起始数字。 2.0
runat 必需。规定此控件是服务器控件。必须设置为 "server"。 1.0
Target 规定在何处打开目标 URL。 2.0

ListControl standard attributes

AppendDataBoundItems, CausesValidation, DataTextField, DataTextFormatString, DataValueField, Items, ValidationGroup

ListControl control covers all the basic functions of a list control. The above-mentioned properties apply to BulletedList control.

For a full description, visit the ListControl standard attributes .

Web Control Standard Properties

AccessKey, Attributes, BackColor, BorderColor, BorderStyle, BorderWidth, CssClass, Enabled, Font, EnableTheming, ForeColor, Height, IsEnabled, SkinID, Style, TabIndex, ToolTip, Width

For a full description, visit the Web Control Standard Attributes .

Control Standard Properties

AppRelativeTemplateSourceDirectory, BindingContainer, ClientID, Controls, EnableTheming, EnableViewState, ID, NamingContainer, Page, Parent, Site, TemplateControl, TemplateSourceDirectory, UniqueID, Visible

For a full description, go to Control Standard Attributes .


Web Server Controls Web server control