I have a form where I want to select the name of the Countries...
Is there a standard code using which I can enter the name of all the countries ?
I am using visual web developer 2005 and the data base is my sql
Check this post out.
What you can do is take what he gives you, put it into excel and create a table out of it, and import it into SQL Server.
No there is no built-in code available. You need to display either by static/xml file or from database.
Here is one example
http://www.codeproject.com/aspnet/CountryCombo.asp
Thanks
http://www.arwai.com/getfile.html download and import to a sql table or format to xml.
0 comments:
Post a Comment