ASP.NET ComboBox - Single Item Selection



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