Click here to Skip to main content
15,909,498 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
actuaaly what i want to do is
how can i select the country when i type n in dropdownlist the content of country starting with n must show and when again i type e then it must show the list of country startin with ne and so on
help
Posted

 
Share this answer
 
Have a look at these for AJAX control AutoCompleteExtender demonstration:
Using Ajax AutoCompleteExtender for autosuggest[^]
Auto Complete Extender[^]
AutoComplete Demonstration[^]

Have a look at these for XMLHttpRequest:
XMLHttpRequest Object[^]
Google Like Search TextBox[^]

You can also use jQuery to get the desired result. Here:
Plugins - Autocomplete[^]
UI - Autocomplete[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900