On a typical asp.net dropdown, you can press a letter more than once, it goes through each word in the drop down list that has that letter first. (think of a form with state, where I click the letter "T" two times and i'll get Texas as the choice). How can I make this behavior happen with the webdropdown. I can't seem to get it to do that.
thanks
Hello mario101,
I would suggest you to use Filtering and Autocomplete functionality that comes build-in to the WebDropDown. Please check the online sample: Filtering and Autocomplete
Please let me know if you need further assistance.