tags:

views:

18

answers:

0

Hi All,

I have a treeview populated from XMLDatasource in .NET. I want to edit the nodes,attributes values and then save the modified xml.

The user clicks on the node or attribute or text of the node of the tree and click the edit button on which I provide a text box. He/she can enter the value in the textbox and click the save button which should modify the xml file and reload the tree.

Can anybody give ideas or code(which loops through the xml and edit the value and modifies the xml)?