ASP.NET ComboBox - Client-Side API - Get Selected Item

Get Selected Item


The ComboBox control provides client-side properties / methods for setting / getting the selected item.

Use the selectedIndex client-side method to get / set the selected index.
Use the options collection to get the text / value of the selected item.



« Back to examples