Results 1 to 7 of 7

Thread: [RESOLVED] [02/03] How do I get a list of the countries name?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2006
    Posts
    25

    Resolved [RESOLVED] [02/03] How do I get a list of the countries name?

    Hi,
    Does anyone have any ideas how to get a list of the countries around the world?
    Help Me Help You.

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: [02/03] How do I get a list of the countries name?

    Try Google. It's an excellent tool for finding things on the interweb.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Mar 2006
    Posts
    25

    Re: [02/03] How do I get a list of the countries name?

    I've tried that, but I just couldn't find what I need.
    Help Me Help You.

  4. #4
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: [02/03] How do I get a list of the countries name?

    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  5. #5
    Frenzied Member the182guy's Avatar
    Join Date
    Nov 2005
    Location
    Cheshire, UK
    Posts
    1,473

    Re: [02/03] How do I get a list of the countries name?

    I bet you want it so you can put them in a dropdown combo, if so it would be quicker to go to MSN.com and sign up, view the source and copy the HTML for the country combo, will save you from having to go through each item
    Chris

  6. #6
    Frenzied Member Fishcake's Avatar
    Join Date
    Feb 2001
    Location
    Derby, UK
    Posts
    1,092

    Re: [02/03] How do I get a list of the countries name?

    You can get a list of countries in an access database from here .

  7. #7

    Thread Starter
    Junior Member
    Join Date
    Mar 2006
    Posts
    25

    Re: [02/03] How do I get a list of the countries name?

    Yes, you're right I want to put it in my dropdownlist. Well, I thought that there might be some ready to use collection like:

    CountryList c = new CountryList();
    ddList.DataSource = c;

    but it's not that simple. :-)
    Anyway, thanks everyone for taking time to answer my question.
    Help Me Help You.

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