Click here to Skip to main content
15,888,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi I want to Auto-complete text-box for state and cities inside it from State and Cities table in database using iquery and web service in asp.net but not using ajax controls.How to do it? Any Idea.I want all the cities from city to automatically come inside city text box after selecting state.
Posted

1 solution

Use JQuery UI Autocomplete.
Official link- https://jqueryui.com/autocomplete/[^]

Example with demo-
JQuery UI autocomplete textbox with database in asp.net [^]

Hope, it helps :)
 
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