Dropdownlist automatically selecting

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

Hello.

I want to provide users with one textbox and one dropdownlist, there will be
countries in the dropdownlist.
Now when user types some letters in textbox I want automatically select
country from dropdownlist.
For example: if user types "en" I want to select first country from the list
which starts with "en".
But I want to do it at client side.
Can you show me some demo how to do this?

Thank You.
 
Back
Top