asp:BulletedList control
BulletedList control is used to display data in the prefixed list with bullet characters.
BulletedList control is used to display data in the prefixed list with bullet characters. The item can be written statically or bound with the data source. When sung on the page, it is implemented through the <table> HTML tag.
Properties like backcore, foreclosure, border collar, border style, borderwidth, altitude, etc. are generally implemented through the appropriate style of <ul> tags, although this depends on the BulletStyle property.
The following are some of the important qualities that are very useful.
DisplayMode | HyperLink/LinkButton/Text. Determines how to display the items. |
FirstBulletNumber | Sets a starting number for Bulleted list when BulletStyle is set to Numbering. |
Items | Gets the colleciton of the items in the list control. |
BulletStyle | Circle / CustomImage / Disk / LowerAlpha / LowerRoman / Numbered / Square / UpperAlpha / UpperRoman. Determines the style of the bullet |
AppendDataBoundItems | It determines that the items which are defined as static should remain and they should be dynamically visible when adding items. |
DataTextField | Name of the field to set as items text. Used when DisplayMode is Hyperlink or LinkButton. |
DataValueField | The name of the field to set the value of the item is used when the DisplayMode hyperlink or linkbutton is used |
BulletImageUrl | Used to set the Bullet Image when BulletStyle is CustomImage. |
0 comments:
Post a Comment