Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > list of countries

Reply
Thread Tools

list of countries

 
 
Anton
Guest
Posts: n/a
 
      09-27-2009
hi

I'm adding a dropdownlist with countries to my website, so user can selet
what country he lives in.

I wonder if some of you have a list of countries I can insert into the
database. I googled and came accross ths list
http://www.geekpedia.com/code54_Drop...countries.html which is
not perfect. It even lists icelands belonging to Norway as separate
countries...Svalbard is a Norwegian island. I guess there are more errors in
that list....

any suggestions?


 
Reply With Quote
 
 
 
 
Nathan Sokalski
Guest
Posts: n/a
 
      09-27-2009
Try this:

http://www.geekpedia.com/KB96_ASP.NE...countries.html

I got a DropDownList of states from the same site, which worked good for me,
and they happened to have a DropDownList of countries as well, so hopefully
that will work good for you. Good Luck!
--
Nathan Sokalski

http://www.nathansokalski.com/

"Anton" <no_email> wrote in message
news:...
> hi
>
> I'm adding a dropdownlist with countries to my website, so user can selet
> what country he lives in.
>
> I wonder if some of you have a list of countries I can insert into the
> database. I googled and came accross ths list
> http://www.geekpedia.com/code54_Drop...countries.html which is
> not perfect. It even lists icelands belonging to Norway as separate
> countries...Svalbard is a Norwegian island. I guess there are more errors
> in that list....
>
> any suggestions?
>



 
Reply With Quote
 
 
 
 
Tom Dacon
Guest
Posts: n/a
 
      09-27-2009
Google for ISO 3166. That's the International Standards Organization (ISO)
standard for the names of countries and their subdivisions. It's considered
authoritative, and is updated from time to time as geopolitical changes
occur.

Tom Dacon
Dacon Software Consulting

"Anton" <no_email> wrote in message
news:...
> hi
>
> I'm adding a dropdownlist with countries to my website, so user can selet
> what country he lives in.
>
> I wonder if some of you have a list of countries I can insert into the
> database. I googled and came accross ths list
> http://www.geekpedia.com/code54_Drop...countries.html which is
> not perfect. It even lists icelands belonging to Norway as separate
> countries...Svalbard is a Norwegian island. I guess there are more errors
> in that list....
>
> any suggestions?
>


 
Reply With Quote
 
Alexey Smirnov
Guest
Posts: n/a
 
      09-27-2009
On Sep 27, 5:44*pm, "Anton" <no_email> wrote:
> hi
>
> I'm adding a dropdownlist with countries to my website, so user can selet
> what country he lives in.
>
> I wonder if some of you have a list of countries I can insert into the
> database. I googled and came accross ths listhttp://www.geekpedia.com/code54_Drop-down-list-of-countries.htmlwhich is
> not perfect. It even lists icelands belonging to Norway as separate
> countries...Svalbard is a Norwegian island. I guess there are more errors in
> that list....
>
> any suggestions?


Here's a script for SQL Server
http://goneale.com/2009/01/22/countr...r-import-file/
 
Reply With Quote
 
Juan T. Llibre
Guest
Posts: n/a
 
      09-28-2009
And, if anybody wants the list of countries in spanish, I created a control for it.

You can pick it up, with source code and full sample, here :

http://asp.net.do/prueba/default.aspx




Juan T. Llibre, asp.net MVP
¿ Estas probando VS 2010 y ASP.NET 4.0 ?
Regístrate (gratis) en los Foros de VS 2010 y ASP.NET 4.0, en español
http://asp.net.do/foros/forums/
================================================== ===
"Nathan Sokalski" <> wrote in message news:...
> Try this:
>
> http://www.geekpedia.com/KB96_ASP.NE...countries.html
>
> I got a DropDownList of states from the same site, which worked good for me, and they happened to have a DropDownList
> of countries as well, so hopefully that will work good for you. Good Luck!
> --
> Nathan Sokalski
>
> http://www.nathansokalski.com/
>
> "Anton" <no_email> wrote in message news:...
>> hi
>>
>> I'm adding a dropdownlist with countries to my website, so user can selet what country he lives in.
>>
>> I wonder if some of you have a list of countries I can insert into the database. I googled and came accross ths list
>> http://www.geekpedia.com/code54_Drop...countries.html which is not perfect. It even lists icelands
>> belonging to Norway as separate countries...Svalbard is a Norwegian island. I guess there are more errors in that
>> list....
>>
>> any suggestions?
>>

>
>




 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ways to get the List of Countries and Cities David Freeman ASP .Net 12 05-22-2011 04:52 PM
list of countries File v. Array v. HTML list slinky ASP .Net 1 06-18-2007 08:01 PM
List of Countries Samuel Shulman ASP .Net 6 12-10-2006 08:33 AM
List of USA states and countries =?Utf-8?B?Q2hyaXM=?= ASP .Net 0 04-29-2005 05:44 PM
List of countries Wally ASP .Net 4 08-15-2004 05:50 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57