|
-
Mar 23rd, 2007, 07:03 AM
#1
Thread Starter
Hyperactive Member
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
gollnick
-
Mar 24th, 2007, 08:12 PM
#2
Re: Maybe wrong Area for this
You 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().
-
Mar 24th, 2007, 08:13 PM
#3
Re: Maybe wrong Area for this
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|