What's the Difference Between DropDownList, ListBox, and ComboBox Controls in ASP.NET?

What's the difference between DropDownList, ListBox, and ComboBox controls in ASP.NET? All three of these are ways to present data to the user so they can select it, although ComboBox isn't avail

ITPro Today Staff

November 14, 2002

1 Min Read
ITPro Today logo

What's the difference between DropDownList, ListBox, and ComboBox controls in ASP.NET? All three of these are ways to present data to the user so they can select it, although ComboBox isn't available out of the box. ListBox shows many options to the user simultaneously and lets them pick one or more, whereas DropDownList lets them choose only one. Click here for the entire article.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like