ASP.NET ComboBox - Single Item Selection
Zimbabwe
230
Zambia
229
Yemen
228
Wallis and Futuna
227
Wales
226
Virgin Islands
225
Vietnam
224
Venezuela
223
Vatican City
222
Vanuatu
221
Uzbekistan
220
USA
219
Uruquay
218
United Arab Emirates
217
Ukraine
216
The ComboBox provides two selection modes:
single item selection - when using this mode, only an item from the list can be selected at a time;
multi item selection - when using this mode, the end user can select multiple items (using CTRL + click);
To enable one selection mode or the other, use the
SelectionMode
property,
which can be set either to
Single
or
Multiple
.
« Back to examples