Hi,
I have to read a xml file in a tree structure, modify and save the xml file. I tried using xmldatasource and treeview controls. But only the tag names are retrieved. The text and attributes in each tag are not getting displayed. since my xml file can contain many tags i cannot hardcode any of the tag element except root element. So i used Auto generate data bindings.
Can anyone pls help me out in reading and modifying xml files using asp.net. I am sorry if this query is already posted.