Monday, March 26, 2012

Maybe wrong Area for this

I was not sure where to post this. I am seriously looking for a site that contains a downloadable table for all cities in all states in the US.
I have an application where user selects a state and then I can present all cities within that state. Zips are not a requirement.

Thanks for ANY help

gollnickYou can look for a general download for US city/states but it will almost always contain ZIP codes. That shouldn't bother you, you only need to query the table for states and retrieve all the cities.

If you want to go a cheap way, I would suggest you use web services. For example, take a look at this one:

http://www.webservicex.net/uszip.asmx

It'll return a big xml node to you which you only need to iterate through using XmlDocument().
Oh, the database links are:

http://www.zipcodeworld.com/zipcodebasic.htm

http://zipcode.jassing.com/

No comments:

Post a Comment