ASP.NET ComboBox - State Selector

   


The ComboBox control provides the autocomplete feature, which assists the end users in finding items faster.
As soon as the user types something, the ComboBox will locate the first matching item (in alphabetical order) and it will autocomplete it.

The autocomplete operation is performed on the client-side and thus it is extremly fast.



« Back to examples