Question

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

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top