i want to display all the countries in the world
-
How i can display all the countries and based on each country that particular states in two comboboxes.instead of saving all states in database any built in class is there?
hi anujose, if you want to fetch any data then you have to read any database or file... here you dont want to fetch data from database thenyou can fetch data from XML file.. prepare some structure in XML like.. INDIA IN St1 St2 . . . and then read this XML and bind that datatable with your controls... Bye have a nice day...
Chirag Patel
-
How i can display all the countries and based on each country that particular states in two comboboxes.instead of saving all states in database any built in class is there?
hi anujose, if you want to fetch any data then you have to read any database or file... here you dont want to fetch data from database thenyou can fetch data from XML file.. prepare some structure in XML like.. INDIA IN St1 St2 . . . and then read this XML and bind that datatable with your controls... Bye have a nice day... Chirag Patel
-
hi anujose, if you want to fetch any data then you have to read any database or file... here you dont want to fetch data from database thenyou can fetch data from XML file.. prepare some structure in XML like.. INDIA IN St1 St2 . . . and then read this XML and bind that datatable with your controls... Bye have a nice day... Chirag Patel
-
Then where yo want to store you must have to store the data you want to display You can't show it on fly ........... Whats your idea ? how you want to implement it ? what is the problem in storing the data ?
Thanks and Regards Sandeep If you want something you never had, do something you have never done!
-
Ok let the end user type his/her country
Thomas
-
then you can create user control and use it in databinding...i think you will not find any third party control exactly same as your requirement.. bye Chirag Patel