How to manage city,state and country fields in drop down online
-
Hi In my c# windows application I have a registration form having dropdown of Country, State and City fields. I want to fill these dropdown from web as I don't want to fill them from database or any hard coded values. Is there any web service which provide the Country, State and City related updates or Is there any other way to Implement this? Please Help.. Thanks in advance
-
Hi In my c# windows application I have a registration form having dropdown of Country, State and City fields. I want to fill these dropdown from web as I don't want to fill them from database or any hard coded values. Is there any web service which provide the Country, State and City related updates or Is there any other way to Implement this? Please Help.. Thanks in advance
-
Learn to use google. I simply searched for "country list webservice" and found this: http://www.webservicex.net/country.asmx[^] as the very first result.
-
Hi In my c# windows application I have a registration form having dropdown of Country, State and City fields. I want to fill these dropdown from web as I don't want to fill them from database or any hard coded values. Is there any web service which provide the Country, State and City related updates or Is there any other way to Implement this? Please Help.. Thanks in advance
Don't; they'd be too long. Simply allow the user to type the input and then validate it. Drp down and such are for when you have a very few, lengthy, entries.