Basic syntax of a bulleted list:
<asp:BulletedList ID="BulletedList1" runat="server"> </asp:BulletedList> |
Property
|
Description
|
BulletStyle
|
This property specifies the style and looks of the
bullets, or numbers.
|
RepeatDirection
|
It specifies the direction in which the controls to be
repeated. The values available are Horizontal and Vertical. Default is
Vertical
|
RepeatColumns
|
It specifies the number of columns to use when repeating
the controls; default is 0.
|
Comments
Post a Comment