This control is just a read only control where you can display the list of items in different formats as shown below.
In the above figure I shown you how it displays when you select different Bulletstyle property options
Circle, LowerAlpha, LowerRoman, UpperRoman etc.
And we have basic properties like BackColor, BorderStyle etc.
.aspx
<asp:BulletedList ID="BulletedList1" BulletStyle="Circle" runat="server">
<asp:ListItem>One</asp:ListItem>
<asp:ListItem>Two</asp:ListItem>
<asp:ListItem>Three</asp:ListItem>
<asp:ListItem>Four</asp:ListItem>
<asp:ListItem>Five</asp:ListItem>
</asp:BulletedList>
That’s it small post on Bulletedlist control.
Thanks
Emmaneale Mendu
Web Developer
No comments:
Post a Comment