Top "Drop-down-menu" questions

A GUI element, similar to a combobox and a list box, which allows the user to choose one value from a list.

jQuery add blank option to top of list and make selected to existing dropdown

So I have a dropdown list <select id="theSelectId"> <option value="volvo">Volvo</option> &…

jquery select drop-down-menu
Drop-down menu that opens up/upward with pure css

I've created a dropdown menu with pure CSS and I've gotten it to a place that I like except I …

html css drop-down-menu menu
C# DropDownList with a Dictionary as DataSource

I want to set DataTextField and DataValueField of a Dropdownlist (languageList) using a Dictionary (list) of languageCod (en-gb) as key …

c# dictionary drop-down-menu
Javascript Get Values from Multiple Select Option Box

This one is driving me nuts. It’s got to be something simple and stupid that I am overlooking. I …

javascript drop-down-menu multiple-select
How can I limit the visible options in an HTML <select> dropdown?

How can I limit the number of shown options in an HTML <select> drop down? For example: <…

html drop-down-menu
How to programmatically set SelectedValue of Dropdownlist when it is bound to XmlDataSource

I'm using XmlDataSource as the datasource for a dropdownlist. Now I want to set the SelectedValue of the drop down …

asp.net drop-down-menu xmldatasource
How do I clear the dropdownlist values on button click event using jQuery?

How do I clear the dropdownlist values on button click event using jQuery?

jquery button drop-down-menu click
z-index issue with twitter bootstrap dropdown menu

I'm using twitter bootstrap dropdown menu in a fixed navbar at the top of my page. It all works fine …

drop-down-menu twitter-bootstrap z-index
Get text of the selected option with jQuery

I have a select box with some values. How do I get the selected options text, not the value? <…

javascript jquery html drop-down-menu jquery-selectors
Clear ComboBox selected text

I have a ComboBox control with the DropDownStyle properties set to DropDownList. Once there is an item selected, how can …

c# winforms drop-down-menu combobox