TreeView to XML

Asked By Ganesh
30-Jul-10 05:45 AM
Earn up to 0 extra points for answering this tough question.
Hi,

How do I get the Xml version of the below ASP.net "TreeView" so that I can recreate it from that Xml?

Note: This tree view was loaded using Xml.

  re: TreeView to XML

Mash B replied to Ganesh
30-Jul-10 05:51 AM
Refer below link which uses recursive function for parses every node and generating xml.

http://www.codeproject.com/KB/cpp/treeviewtoxml.aspx

  re: TreeView to XML

Ganesh replied to Mash B
30-Jul-10 06:02 AM
No, that does not work. Its ASP.Net treeview which Iam using.
Create New Account