Click here to Skip to main content
15,885,953 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 Updated

Drop-down 

12 Apr 2022 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
26 Aug 2016 by Igor Krein
C# Extensions API for Entity Framework intended to simplify usage of drop-down lists, comboboxes and alike
3 Aug 2016 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 ...
19 Jul 2016 by Puja Jagani
Using jTable instead of drop-down list.
23 Jul 2014 by davekahn
An easy way to control the lists of options in multiple related SELECT controls
7 Nov 2013 by Adam Zgagacz
ComboBox extension methods for binding with Enum types
11 Oct 2013 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
15 Jan 2013 by EricFaust
A custom made DropDownList control for ASP.NET
1 Nov 2012 by Kailas Mane
Create a multiple clolumn combox/autocomplete/dropdownlist in ASP.NET MVC3.
7 Sep 2010 by Nitin Kunte
Online Rich Text Editor with Mail Merge and download file as Word option
15 May 2010 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.
30 Mar 2010 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.