Populate ListBox using XML?
-
Hi I'm trying an application in which I have a DropDownList and a ListBox. At the time of Page load the DropDownList will be populated with the names of USA states from XML and with a name selection in the DropDownList the ListBox should populate with the counties of USA. I am successful in populating the DropDownList but I'm unable to populate ListBox. My XML is something like this..... Autauga Baldwin Barbour Aleutians East Aleutians West Anchorage Arkansas Ashley Baxter What is the path for getting all the county names for each State selection. Suggest me an example. I have not failed. I've just found 10,000 ways that won't work. -Thomas A. Edison Thank u Chandu
-
Hi I'm trying an application in which I have a DropDownList and a ListBox. At the time of Page load the DropDownList will be populated with the names of USA states from XML and with a name selection in the DropDownList the ListBox should populate with the counties of USA. I am successful in populating the DropDownList but I'm unable to populate ListBox. My XML is something like this..... Autauga Baldwin Barbour Aleutians East Aleutians West Anchorage Arkansas Ashley Baxter What is the path for getting all the county names for each State selection. Suggest me an example. I have not failed. I've just found 10,000 ways that won't work. -Thomas A. Edison Thank u Chandu