I’m planning to create a cascading dropdown list of Country–> State/Province—>Zip code using geonames. Do you have any good web service or examples?
Your reply is greatly appreciated,
Best
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here’s a good example on creating cascade drop downs in MVC. From there you’d setup the web service calls to get what you want. You’ll probably want to cache that data or provide a good singleton service to store it so you don’t have the expense of multiple web service calls.