October 2010
Intermediate to advanced
1920 pages
73h 55m
English
BulletedList ControlThe BulletedList control renders either an unordered (bulleted) or ordered (numbered) list. Each list item can be rendered as plain text, a LinkButton control, or a link to another web page.
For example, the page in Listing 10.14 uses the BulletedList control to render an unordered list of movies (see Figure 10.13).
Figure 10.13. Displaying a list items with the BulletedList control.

Listing 10.14. ShowBulletedList.aspx

You can control the appearance of the bullets that appear for each list item with the ...