Results 1 to 3 of 3

Thread: Maybe wrong Area for this

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Hendersonville , NC
    Posts
    260

    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
    William E Gollnick

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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().

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width