如何使用 geonames web 服务创建国家/地区 --> 州/省 --> 邮政编码下拉列表 + ASP.NET
我计划创建一个国家/地区的级联下拉列表-->州/省--->使用地理名称的邮政编码。您有什么好的网络服务或示例吗?
非常感谢您的回复, 最好的
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
这是创建级联的一个很好的示例MVC 中的下拉菜单。从那里您可以设置 Web 服务调用以获得您想要的内容。您可能需要缓存该数据或提供良好的单例服务来存储它,这样您就不必承担多次 Web 服务调用的费用。
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.