Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
Updated WebDataTree Nodes in XML format
posted

Hi,

We are binding XMLDataSource to UltraWebTree and we would like to Add/Delete/Edit nodes to the tree. I know the code for adding/deleting/edit the Nodes (at least, I have some idea).

But how do I get the updated XML from WebDataTree so that I can pass XML to other control/DB? Any ideas. Basically, I needed data in XML format from updated WebDataTree (after adding nodes/deleting nodes).

Sample:

(before adding)

<node><node1/><node2/></node>

(after adding node3), I want get following XML from webDataTree

<node><node1/><node2/><node3/></node>

Thanks,