Home - Forums-.NET - FlyTreeView (ASP.NET) - Load string in XML format.

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

Load string in XML format.
Link Posted: 07-Mar-2006 22:41
How can i load nodes string in XML format.

Today i use FTV.NodeSrc="111.xml";

but i want to create a dinamic string in xml format and load it instead of the file.

thanks.
Link Posted: 12-Mar-2006 09:56
The FlyNodeSet control generates these dynamic xml. You should just place it on a separate page and add nodes to its Nodes collection. Then you should set the FTV.NodeSrc to page containing FlyNodeSet and that's it.