Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / drop-down

Drop Down

drop-down

Great Reads

by Code-o-mat
Combo boxes under Windows have a "nice" feature of automatically selecting an item for the user when the user drops down the list of the combo box. This selection is based on partial string matching by the combo box, namely, it will select the first item in the list -if any- that begins with the...
by DrABELL
DropDownList Data Binding to Array (1D/2D), Enum and Dictionary objects in .NET
by Rajesh Kumar Chekuri
Binding DropDownList Using List Collection, Enum and DataSet in ASP.NET
by Olivier_Giulieri
A web color picker which looks like the one in Microsoft Office 2010

Latest Articles

by Code-o-mat
Combo boxes under Windows have a "nice" feature of automatically selecting an item for the user when the user drops down the list of the combo box. This selection is based on partial string matching by the combo box, namely, it will select the first item in the list -if any- that begins with the...
by DrABELL
DropDownList Data Binding to Array (1D/2D), Enum and Dictionary objects in .NET
by Rajesh Kumar Chekuri
Binding DropDownList Using List Collection, Enum and DataSet in ASP.NET
by Olivier_Giulieri
A web color picker which looks like the one in Microsoft Office 2010

All Articles

Sort by Score

drop-down 

by Adam Zgagacz
ComboBox extension methods for binding with Enum types
by Kailas Mane
Create a multiple clolumn combox/autocomplete/dropdownlist in ASP.NET MVC3.
by Mohd Arshad Malik
This article is about to create a chained drop down list when we want to represent data from hierarchical data sets.
by EricFaust
A custom made DropDownList control for ASP.NET
by Avelino Ferreira
The easiest way to implement the ToolStripControlHost and ToolStripDropDown classes, in a UserControl, in order to display a Container/Control beyond the limits of its Parent Container and Parent Form, with very few lines of code. Let's uncomplicate ...
by Robert Gustafson
Extended versions of ListBox and ComboBox controls which allow image, font, and colors for an individual item--along with multi-row/aligned-tab support for list box--and drop-down-list mouse-events/horizontal-scrollbar and custom drop-down buttons for combo box
by Kunal Chowdhury «IN»
In this article, I will show you how to create an Drag and Drop ListBox using the Silverlight 4 ToolKit. Here you will learn how to drag and drop between two ListBoxes as well as in the same ListBox.
by Igor Krein
C# Extensions API for Entity Framework intended to simplify usage of drop-down lists, comboboxes and alike
by Puja Jagani
Using jTable instead of drop-down list.
by Nitin Kunte
Online Rich Text Editor with Mail Merge and download file as Word option
by ASP.NET Community
Every time user’s complaints me about page scroll issues. For example: If a lengthy page having a dropdown list with AutoPostBack = true at bottom of
by davekahn
An easy way to control the lists of options in multiple related SELECT controls