|
-
Apr 25th, 2006, 11:02 PM
#1
Thread Starter
Junior Member
[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?
-
Apr 25th, 2006, 11:28 PM
#2
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.
-
Apr 26th, 2006, 02:43 AM
#3
Thread Starter
Junior Member
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.
-
Apr 26th, 2006, 02:47 AM
#4
Re: [02/03] How do I get a list of the countries name?
-
Apr 26th, 2006, 02:58 AM
#5
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
-
Apr 26th, 2006, 03:12 AM
#6
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 .
-
Apr 26th, 2006, 03:21 AM
#7
Thread Starter
Junior Member
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.
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
|