ASP.NET ComboBox - Client-Side API - Select / Deselect All Items

Select All Items
Deselect All Items




The ComboBox control provides client-side properties / methods for setting / getting the selected item.
By looping through the options collection you can select / deselect all the items from the list.



« Back to examples