This documentation is archived and is not being maintained.
DropDownList Web Server Control (Visual Studio)
Visual Studio 2005
The DropDownList Web server control enables users to select from a single-selection drop-down list box. The DropDownList control is similar to the ListBox Web server control. It differs in that it shows only the selected item in a box, along with a drop-down button. When users click the button, a list of items is displayed.
The topics in this section provide information about how to work with the DropDownList control. Because the control is similar in many ways to the ListBox control, some of the links lead to topics for that control.
In This Section
See Also
Tasks
How to: Add Items in List Web Server Controls (Visual Studio)How to: Populate List Web Server Controls from a Data Source (Visual Studio)
How to: Determine the Selection in List Web Server Controls
How to: Set the Selection in List Web Server Controls (Visual Studio)
Other Resources
Individual Web and HTML Controls
Show: