Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi friends,
i am using a dropdownlist in asp.net.
that dropdownlist showing all city of india .
now i want to show only those city that first character type in dropdownlist.
plz help
Posted
Comments
Bandi Ramesh 16-Feb-13 2:23am    
You can't type anything on the DropDownList... make sure you can type or not...

1 solution

Sounds like you are talking of autocomplete/typeahead kind of feature.

Look here:
Autocomplete Textbox Control[^]
AutoComplete TextBox[^]
Create an AutoComplete TextBox Control in C#[^]
AutoComplete TextBox in C#[^]

Using jQuery:
Plugins/Autocomplete[^]
jQuery AutoComplete[^]
Demo and details[^]

If needed, look here[^] for more.
 
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