October 2010
Intermediate to advanced
1920 pages
73h 55m
English
• Overview of the List Controls
• Working with the DropDownList Control
• Working with the RadioButtonList Control
• Working with the ListBox Control
• Working with the CheckBoxList Control
• Working with the BulletedList Control
• Creating a Custom List Control
• Summary
The List controls enable you to display simple lists of options. For example, you can use the RadioButtonList control to display a group of radio buttons or the BulletedList control to display a list of links.
In this chapter, you learn how to use each of the List controls included in the ASP.NET Framework. In particular, we discusses the DropDownList, RadioButtonList, ListBox, CheckBoxList, and BulletedList controls. You ...