Click here to Skip to main content
15,886,840 members
Everything / Drop-down

Drop-down

drop-down

Great Reads

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 Puja Jagani
Using jTable instead of drop-down list.
by murtaza dhari
A generic dropdown control using LINQ to SQL and Entities using Reflection
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

Latest Articles

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 Evoluteur
A web color picker which looks like the one in Microsoft Office 2010
by Igor Krein
C# Extensions API for Entity Framework intended to simplify usage of drop-down lists, comboboxes and alike
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 ...

All Articles

Sort by Score

Drop-down 

21 Aug 2011 by murtaza dhari
A generic dropdown control using LINQ to SQL and Entities using Reflection
2 Jul 2015 by DrABELL
DropDownList Data Binding to Array (1D/2D), Enum and Dictionary objects in .NET
21 Dec 2011 by Rajesh Kumar Chekuri
Binding DropDownList Using List Collection, Enum and DataSet in ASP.NET
28 Feb 2010 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...