hi frnds,
hw ru ?
please suggest me? I have filled DropdownList of country/state/city from database and save in XML file...
when we use these XML files to load country/state/city on another page, its not gave currect answere.
Ist time country loaded corrct but after country_selecedIndexChange its not show correct state.I measn i think country id is not pass for state.tell me what can I do ?
Vimal KandasamyPosted Mar 4, 2009, 2:34 AM
Hi..
how will you link or match country with states?
lovely nehaPosted Mar 4, 2009, 12:54 AM
i have country.xml, state.xml, city.xml files with whole data ...
when we use these files in aspx page...so how can we get states according to selected country, city according to selected state etc...
coz XML file contains complete data.....
lovely nehaPosted Mar 4, 2009, 12:53 AM
i have country.xml, state.xml, city.xml files with whole data ...
when we use these files in aspx page...so how can we get states according to selected country, city according to selected state etc...
coz XML file contains complete data.....
Vimal KandasamyPosted Mar 2, 2009, 6:16 AM
Hi,
I think in the selection of country through dropdownlist, once again you have to load state and city from xml file based on country selection.
Bechir BejaouiPosted Mar 2, 2009, 6:15 AM