Top "Combobox" questions

Combobox allows to select one option out of several (similar to a dropdownlist), or to type a custom option.

Selecting default item from Combobox C#

I have few items on my ComboBox items collection, and i'd like to select one item from this list and …

c# .net winforms combobox
How do I set combobox read-only or user cannot write in a combo box only can select the given items?

I am facing a problem in setting the combo property such that only user can select the values form given …

c# combobox
How to display default text "--Select Team --" in combo box on pageload in WPF?

In a WPF app, in MVP app, I have a combo box,for which I display the data fetched from …

wpf combobox
jQuery Combobox/select autocomplete?

Does a jQuery plug-in exist for replacing select/combo box? I tried SexyCombo, and it is as close to what …

select jquery-plugins combobox autocomplete
VB.NET: how to prevent user input in a ComboBox

How do you prevent user input in a ComboBox so that only one of the items in the defined list …

.net vb.net combobox
PHP code to get selected text of a combo box

I have a combo box named "Make". In that combo box I'm loading vehicle manufacturer names. When I click SEARCH …

php html combobox selectedtext
How to disable editing of elements in combobox for c#?

I have some elements in a ComboBox (WinForms with C#). I want their content to be static so that a …

c# winforms combobox
Populating a ComboBox using C#

I would like to populate a combobox with the following: Visible item / Item Value English / En Italian / It Spainish / Sp …

c# .net winforms combobox
Professional jQuery based Combobox control?

Are there any professional Combobox controls (dropdown list with autosuggestion) based on the jQuery library? It should be able to …

javascript jquery combobox controls
C# winforms combobox dynamic autocomplete

My problem is similar to this one: How can I dynamically change auto complete entries in a C# combobox or …

c# winforms dynamic autocomplete combobox