asp.net.ph

BulletedList.FirstBulletNumber Property

System.Web.UI.WebControls Namespace   BulletedList Class


.NET Framework version 2.0

Sets or retrieves the value that starts the numbering of list items in an ordered BulletedList control.

Syntax


Inline <asp:bulletedlist firstbulletnumber = intValue ... >
Script BulletedList.FirstBulletNumber [ = intValue ]

Property Value


intValue Integer representing the value that starts the numbering of list items in an ordered BulletedList control.

The property is read/write with a default value of 1.

Remarks

Use the FirstBulletNumber property to specify or determine the value that starts the numbering of list items in an ordered BulletedList control.

NOTE: This property applies only when the BulletStyle property is set to a style that applies to ordered lists ( a value other than Disc, Square, Circle, or CustomImage ). Otherwise, the value that is assigned to the FirstBulletNumber property is ignored in these cases.

Although the value of the FirstBulletNumber property is an integer, it does not always cause a bullet to render as a number. For example, if you set the FirstBulletNumber property to 4 and set the BulletStyle property to the value LowerAlpha, the first bullet number will render as a lowercase d.

See Also

BulletedList Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph