This documentation is archived and is not being maintained.
BulletedList Web Server Control (Visual Studio)
Visual Studio 2005
The BulletedList Web server control allows you to create unordered or ordered (numbered) lists of items, which render as HTML ul or ol elements, respectively. To specify the individual items in the list, place a ListItem control for each list entry between the opening and closing tags of the BulletedList control.
In This Section
- BulletedList Web Server Control Overview
-
An overview of the control.
- How to: Add BulletedList Web Server Controls to a Web Forms Page (Visual Studio)
-
Explains how to add the control to a page.
- How to: Respond to User Clicks in BulletedList Web Server Controls (Visual Studio)
-
Explains how to respond to the user's click events.
See Also
Show: