Click here to Skip to main content
15,891,375 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
Hi All,

I have a text box
I want to do:
When i press any zip-code
Then the state and city according to zip-code will be show like auto-complete extender for demo example please go to the below URL and enter any zip code
http://www.salary.com/[^]
after visit the above URL please tell me how can i do like this.
I have zip-code,country,state,city datbase availbe in sql,access,xml format

please do not suggest auto-complete extender.
Posted
Updated 15-Jun-11 21:24pm
v2

1 solution

Hi You can use callback for this, raise a callback in the onblur event of a Textbox where you enter zip code, Then populate others.

Debata
 
Share this answer
 
Comments
Surendra Tarai 16-Jun-11 3:25am    
Can u give me please some demo code or project , where i can follow on that

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