Controls You Can Use on Web Forms ASP.NET Standard Controls DropDownList Control
Essentially, to create a working DropDownList control, you need to add the control to the page and specify the list of items in the control.
The below procedures show the minimum steps needed to display a DropDownList control.
asp:DropDownList
<asp:dropdownlist id="myList" width=100 runat="server">
Adding Items in a List Control Populating a List Control from a Database
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note