ASP.NET
Xml
(6)
TreeView
(5)
ASP.NET
(5)
TreeView to XML
Asked By Ganesh
30-Jul-10 05:45 AM
Reply
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
Reply
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
Reply
No, that does not work. Its ASP.Net treeview which Iam using.