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.

Can I open a dropdownlist using jQuery

For this dropdownlist in HTML: <select id="countries"> <option value="1">Country</option> </select&…

jquery html drop-down-menu
Gridview row editing - dynamic binding to a DropDownList

I'm trying to get an ASP.NET 3.5 GridView to show a selected value as string when being displayed, and to …

asp.net gridview drop-down-menu dynamic-binding
There is no ViewData item of type 'IEnumerable<SelectListItem>' that has the key 'xxx'

There are a couple of posts about this on Stack Overflow but none with an answer that seem to fix …

asp.net-mvc ienumerable drop-down-menu viewdata selectlist
How to add a RequiredFieldValidator to DropDownList control?

I have a DropDownList binded with aSqlDataSource to display the values from the database. I am unable to validate using …

asp.net validation drop-down-menu requiredfieldvalidator
jquery drop down menu closing by clicking outside

I am developing a simple dropdown menu with jquery . When a user press on a trigger area , it will toggle …

javascript jquery drop-down-menu
How can I remove the gloss on a select element in Safari on Mac?

On Macs and iOS devices, in Safari, a <select> element with a background color generates a gloss over …

css macos safari drop-down-menu background-color
How to check if an object is a certain type

I am passing various objects to a subroutine to run the same process but using a different object each time. …

.net vb.net object drop-down-menu object-type
use a javascript array to fill up a drop down select box

I have a text file which I am reading and storing the data in a javascript array, it's a list …

javascript html drop-down-menu
JQuery Validate Dropdown list

I'm using the validation plugin from here. I'm trying force the user to select an option in the drop down …

jquery html validation drop-down-menu jquery-validate
Manually type in a value in a "Select" / Drop-down HTML list?

In a Windows Forms application, a drop-down selector list also gives the user the option of typing an alternate value …

javascript html select drop-down-menu