[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?
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.
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.
Re: [02/03] How do I get a list of the countries name?
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
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 .
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.