vote up 1 vote down star
1

Hello guys,

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

flag

63% accept rate

1 Answer

vote up 0 vote down check

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.