473,383 Members | 1,798 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

Ways to get the List of Countries and Cities

Hi There!

I'm trying to create a User Registration page in ASP.NET and wondering what
is the best way to get the list of up-to-date Countries and Cities? Are
there any Web Services on the web that I can use to retrieve such
information? If not, what are the options?

Please, any suggestions and pointers will be very much appreciated!

Dave
Nov 19 '05 #1
7 3651
Yahoo.com has a geography directory. I once took all of the
countries/cities from there, but my list will be out of date by now.

--
Pete
====
ECO Modeler, Audio compression components, DIB graphics controls,
FastStrings
http://www.droopyeyes.com

Read or write articles on just about anything
http://www.HowToDoThings.com

My blog
http://blogs.slcdug.org/petermorris/
Nov 19 '05 #2
Since this list does not get deprecated that soon, why not create your own
web service/component? You can find a list at:

http://www.answers.com/topic/list-of...ies-by-country

--
Manohar Kamath
Editor, .netWire
www.dotnetwire.com
"David Freeman" <da********@wowowow.wow> wrote in message
news:%2******************@TK2MSFTNGP09.phx.gbl...
Hi There!

I'm trying to create a User Registration page in ASP.NET and wondering what is the best way to get the list of up-to-date Countries and Cities? Are
there any Web Services on the web that I can use to retrieve such
information? If not, what are the options?

Please, any suggestions and pointers will be very much appreciated!

Dave

Nov 19 '05 #3
Why reinvent the wheel ?

Use this free component :

http://www.codeproject.com/aspnet/CountryCombo.asp

This one only has countries, but you can easily add cities.

You'll need to register with the Code Project
in order to download the source code, but it's free.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Manohar Kamath" <mk*****@TAKETHISOUTkamath.com> wrote in message
news:eG**************@TK2MSFTNGP15.phx.gbl...
Since this list does not get deprecated that soon, why not create your own
web service/component? You can find a list at:

http://www.answers.com/topic/list-of...ies-by-country

--
Manohar Kamath
Editor, .netWire
www.dotnetwire.com
"David Freeman" <da********@wowowow.wow> wrote in message
news:%2******************@TK2MSFTNGP09.phx.gbl...
Hi There!

I'm trying to create a User Registration page in ASP.NET and wondering

what
is the best way to get the list of up-to-date Countries and Cities? Are
there any Web Services on the web that I can use to retrieve such
information? If not, what are the options?

Please, any suggestions and pointers will be very much appreciated!

Dave

Nov 19 '05 #4
Just looking at the article "Our control will populate the country names at
design time" -- not sure if I would use such an app which is a maintenance
nightmare. From the article I suggsted, once could just scrape the countries
and cities, and create some data source.

--
Manohar Kamath
Editor, .netWire
www.dotnetwire.com
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:u7**************@TK2MSFTNGP12.phx.gbl...
Why reinvent the wheel ?

Use this free component :

http://www.codeproject.com/aspnet/CountryCombo.asp

This one only has countries, but you can easily add cities.

You'll need to register with the Code Project
in order to download the source code, but it's free.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Manohar Kamath" <mk*****@TAKETHISOUTkamath.com> wrote in message
news:eG**************@TK2MSFTNGP15.phx.gbl...
Since this list does not get deprecated that soon, why not create your own web service/component? You can find a list at:

http://www.answers.com/topic/list-of...ies-by-country
--
Manohar Kamath
Editor, .netWire
www.dotnetwire.com


"David Freeman" <da********@wowowow.wow> wrote in message
news:%2******************@TK2MSFTNGP09.phx.gbl...
Hi There!

I'm trying to create a User Registration page in ASP.NET and wondering

what
is the best way to get the list of up-to-date Countries and Cities? Are
there any Web Services on the web that I can use to retrieve such
information? If not, what are the options?

Please, any suggestions and pointers will be very much appreciated!

Dave


Nov 19 '05 #5
heh, heh...

Hi, Manohar.

re:
not sure if I would use such an app
which is a maintenance nightmare.
Why would you think it's "a maintenace nightmare" ?
How many countries are created every year ?

re:Our control will populate the country names at design time
Yup, and then it runs as a compiled assembly, in memory.

You need to change something ? Add a country/city ?
Change the source, recomplie, and you're good to go.

No big deal.

re: once could just scrape the countries
and cities, and create some data source.
Easier said than done, and you're still relying on changes
which happen at some site whose html format might change,
requiring a re-coding of the scrape.

I think I'd rather modify the source for the control
I suggested ( complete source is included ) to add
the capital cities, and then use *that*.

Updates could, still, be made by checking that list
you suggest, but relying on a control made by yourself
is bound to provide better results than relying on a page
scrape which might change at an inconvenient time,
or which might be unavailable for whatever reason.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Manohar Kamath" <mk*****@TAKETHISOUTkamath.com> wrote in message
news:uu**************@TK2MSFTNGP15.phx.gbl... Just looking at the article "Our control will populate the country names
at
design time" -- not sure if I would use such an app which is a maintenance
nightmare. From the article I suggsted, once could just scrape the
countries
and cities, and create some data source.

--
Manohar Kamath
Editor, .netWire
www.dotnetwire.com
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:u7**************@TK2MSFTNGP12.phx.gbl...
Why reinvent the wheel ?

Use this free component :

http://www.codeproject.com/aspnet/CountryCombo.asp

This one only has countries, but you can easily add cities.

You'll need to register with the Code Project
in order to download the source code, but it's free.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
"Manohar Kamath" <mk*****@TAKETHISOUTkamath.com> wrote in message
news:eG**************@TK2MSFTNGP15.phx.gbl...
> Since this list does not get deprecated that soon, why not
> create your own web service/component? You can find a list at:
>

http://www.answers.com/topic/list-of...ies-by-country >
> --
> Manohar Kamath
> Editor, .netWire
> www.dotnetwire.com


> "David Freeman" <da********@wowowow.wow> wrote in message
> news:%2******************@TK2MSFTNGP09.phx.gbl...
>> Hi There!
>>
>> I'm trying to create a User Registration page in ASP.NET and wondering
> what
>> is the best way to get the list of up-to-date Countries and Cities?
>> Are
>> there any Web Services on the web that I can use to retrieve such
>> information? If not, what are the options?
>>
>> Please, any suggestions and pointers will be very much appreciated!
>>
>> Dave



Nov 19 '05 #6
> Why would you think it's "a maintenace nightmare" ?

Nothing against the code, but anything that is hard-coded is maintenance
risk -- if not in the immediate future, but soon thereafter. Plus, it is
adds to the inflexibility. Consider that you want to share the data with
another app, but you want to add new attributes like population, area, etc.
Doing so would require not only changing the data, but also changing the
app, with recompile. That would also mean the clients of the app need to
change, or you have to create a new version to cater to the new requirement.
Easier said than done, and you're still relying on changes
which happen at some site whose html format might change,
requiring a re-coding of the scrape.
I didn't mean to use the site itself a data source, just that there was a
list of countries and cities, and the person could scrape that list to
create a data souce -- XML file, database, etc.

--
Manohar Kamath
Editor, .netWire
www.dotnetwire.com
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:Ol*************@TK2MSFTNGP15.phx.gbl... heh, heh...

Hi, Manohar.

re:
not sure if I would use such an app
which is a maintenance nightmare.


Why would you think it's "a maintenace nightmare" ?
How many countries are created every year ?

re:
Our control will populate the country names at design time


Yup, and then it runs as a compiled assembly, in memory.

You need to change something ? Add a country/city ?
Change the source, recomplie, and you're good to go.

No big deal.

re:
once could just scrape the countries
and cities, and create some data source.


Easier said than done, and you're still relying on changes
which happen at some site whose html format might change,
requiring a re-coding of the scrape.

I think I'd rather modify the source for the control
I suggested ( complete source is included ) to add
the capital cities, and then use *that*.

Updates could, still, be made by checking that list
you suggest, but relying on a control made by yourself
is bound to provide better results than relying on a page
scrape which might change at an inconvenient time,
or which might be unavailable for whatever reason.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Manohar Kamath" <mk*****@TAKETHISOUTkamath.com> wrote in message
news:uu**************@TK2MSFTNGP15.phx.gbl...
Just looking at the article "Our control will populate the country names
at
design time" -- not sure if I would use such an app which is a maintenance
nightmare. From the article I suggsted, once could just scrape the
countries
and cities, and create some data source.

--
Manohar Kamath
Editor, .netWire
www.dotnetwire.com


"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:u7**************@TK2MSFTNGP12.phx.gbl...
Why reinvent the wheel ?

Use this free component :

http://www.codeproject.com/aspnet/CountryCombo.asp

This one only has countries, but you can easily add cities.

You'll need to register with the Code Project
in order to download the source code, but it's free.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Manohar Kamath" <mk*****@TAKETHISOUTkamath.com> wrote in message
news:eG**************@TK2MSFTNGP15.phx.gbl...
> Since this list does not get deprecated that soon, why not
> create your own web service/component? You can find a list at:
>

http://www.answers.com/topic/list-of...ies-by-country
>
> --
> Manohar Kamath
> Editor, .netWire
> www.dotnetwire.com
> "David Freeman" <da********@wowowow.wow> wrote in message
> news:%2******************@TK2MSFTNGP09.phx.gbl...
>> Hi There!
>>
>> I'm trying to create a User Registration page in ASP.NET and wondering > what
>> is the best way to get the list of up-to-date Countries and Cities?
>> Are
>> there any Web Services on the web that I can use to retrieve such
>> information? If not, what are the options?
>>
>> Please, any suggestions and pointers will be very much appreciated!
>>
>> Dave



Nov 19 '05 #7
re:
anything that is hard-coded is maintenance risk
And, presumably, something which isn't hard-coded,
but -instead- relies on some other method isn't ?

re:you want to add new attributes like population, area
That wan't the problem posed, though.

This is a simple country/city dropdown list,
which you can reuse in a number of apps, Manohar.

Tell me something, regarding :
I didn't mean to use the site itself a data source,
just that there was a list of countries and cities,
and the person could scrape that list to create a
data source -- XML file, database, etc.


Wouldn't maintaining *that* data source
become a "maintenance nightmare", too ?

A list is a list is a list.

A simple country/city list will need updating at some point,
whenever a new country or a new city is added, and using
an XML file or a table in a database as a data source only
adds an unnecesary level of complexity to a simple dropdown,
wouldn't you say ?

If every time you need to populate a simple dropdown,
you need to hit a database or an XML file, that's
bound to perform slower than hitting an assembly which
will be initialized the first time, but will run from memory
from that point on.

It's no big thing, but I like the idea of
a dropdown initialized from an assembly.


Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Manohar Kamath" <mk*****@TAKETHISOUTkamath.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
Why would you think it's "a maintenace nightmare" ?


Nothing against the code, but anything that is hard-coded is maintenance
risk -- if not in the immediate future, but soon thereafter. Plus, it is
adds to the inflexibility. Consider that you want to share the data with
another app, but you want to add new attributes like population, area,
etc.
Doing so would require not only changing the data, but also changing the
app, with recompile. That would also mean the clients of the app need to
change, or you have to create a new version to cater to the new
requirement.
Easier said than done, and you're still relying on changes
which happen at some site whose html format might change,
requiring a re-coding of the scrape.


I didn't mean to use the site itself a data source, just that there was a
list of countries and cities, and the person could scrape that list to
create a data souce -- XML file, database, etc.

--
Manohar Kamath
Editor, .netWire
www.dotnetwire.com
"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:Ol*************@TK2MSFTNGP15.phx.gbl...
heh, heh...

Hi, Manohar.

re:
> not sure if I would use such an app
> which is a maintenance nightmare.


Why would you think it's "a maintenace nightmare" ?
How many countries are created every year ?

re:
>Our control will populate the country names at design time


Yup, and then it runs as a compiled assembly, in memory.

You need to change something ? Add a country/city ?
Change the source, recomplie, and you're good to go.

No big deal.

re:
> once could just scrape the countries
> and cities, and create some data source.


Easier said than done, and you're still relying on changes
which happen at some site whose html format might change,
requiring a re-coding of the scrape.

I think I'd rather modify the source for the control
I suggested ( complete source is included ) to add
the capital cities, and then use *that*.

Updates could, still, be made by checking that list
you suggest, but relying on a control made by yourself
is bound to provide better results than relying on a page
scrape which might change at an inconvenient time,
or which might be unavailable for whatever reason.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"Manohar Kamath" <mk*****@TAKETHISOUTkamath.com> wrote in message
news:uu**************@TK2MSFTNGP15.phx.gbl...
> Just looking at the article "Our control will populate the country
> names
> at
> design time" -- not sure if I would use such an app which is a maintenance > nightmare. From the article I suggsted, once could just scrape the
> countries
> and cities, and create some data source.
>
> --
> Manohar Kamath
> Editor, .netWire
> www.dotnetwire.com


> "Juan T. Llibre" <no***********@nowhere.com> wrote in message
> news:u7**************@TK2MSFTNGP12.phx.gbl...
>> Why reinvent the wheel ?
>>
>> Use this free component :
>>
>> http://www.codeproject.com/aspnet/CountryCombo.asp
>>
>> This one only has countries, but you can easily add cities.
>>
>> You'll need to register with the Code Project
>> in order to download the source code, but it's free.
>>
>> Juan T. Llibre
>> ASP.NET MVP
>> http://asp.net.do/foros/
>> Foros de ASP.NET en Español
>> Ven, y hablemos de ASP.NET...
>> ======================

>> "Manohar Kamath" <mk*****@TAKETHISOUTkamath.com> wrote in message
>> news:eG**************@TK2MSFTNGP15.phx.gbl...
>> > Since this list does not get deprecated that soon, why not
>> > create your own web service/component? You can find a list at:
>> >
> http://www.answers.com/topic/list-of...ies-by-country >> >
>> > --
>> > Manohar Kamath
>> > Editor, .netWire
>> > www.dotnetwire.com
>>
>>
>> > "David Freeman" <da********@wowowow.wow> wrote in message
>> > news:%2******************@TK2MSFTNGP09.phx.gbl...
>> >> Hi There!
>> >>
>> >> I'm trying to create a User Registration page in ASP.NET and wondering >> > what
>> >> is the best way to get the list of up-to-date Countries and Cities?
>> >> Are
>> >> there any Web Services on the web that I can use to retrieve such
>> >> information? If not, what are the options?
>> >>
>> >> Please, any suggestions and pointers will be very much appreciated!
>> >>
>> >> Dave
>>
>>
>
>



Nov 19 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Pablo | last post by:
Friends: I need a database with countries and cities in english. If anyone of you have one, please send it to me. Thanks a lot Pablo
2
by: Onur Bozkurt | last post by:
Hi. I need countries and related cities database (for free). Does anyone know where can I find one? *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in...
0
by: bhavik | last post by:
Is there a database in .Net which lists all countries, cities, addresses, etc. (first browse and select from avavilable countries, then once specified, all available cities in this country can be...
3
by: bhavik | last post by:
Is there a database in .Net which lists all countries, cities, addresses, etc. (first browse and select from avavilable countries, then once specified, all available cities in this country can be...
2
by: E.T. Grey | last post by:
I need to populate a database with a list of countries of the world, along with the cities (cities dosent need to be an extensive list). Does anyone know where I can download such a file? - to save...
1
by: Arun | last post by:
Hi Group, I was trying to link a combo box with a list control and having some trouble with that. Could anyone please help me with that. Here's the example of the scenario. Combo Box ;-...
6
by: Samuel Shulman | last post by:
Hi I wander how can I get the a list with all countries and the 2 characters country alphabetic code etc. Thank you, Samuel Shulman
1
by: slinky | last post by:
I want to get an opinion on some .aspx logic. Say for isntance you have a user data submission form that amongst other things is gathering STATE and COUNTRY information of which appear in a...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.