this is my xml file. i want to fill 3 dropdownboxes 1st with countries,2nd with its respective states,3rd with its respective cities. in asp.net 3.5 with c#
how should i do it? help me.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bryian TanPosted Feb 10, 2010, 10:03 AM
You can read the XML into a DataSet and bind the DataTable to each DropDownList separately. For instance:
Hope that helps.
Thanks,
Bryian Tan