Home - Forums-.NET - FlyTreeView (ASP.NET) - Saving Data in tree View

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

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

Saving Data in tree View
Link Posted: 15-May-2007 21:38
If a user manipulates nodes between different tree. Then there will be a need for saying the data inside the tree to have it loaded again with the same hierarchy.

How we can save data in the tree view ?
Link Posted: 16-May-2007 00:08
I do not completely understand your issue.

The FlyTreeView maintains its nodes between page loads.

If you need to store some data in nodes you're then, you can use FlyTreeNode.Value property (to save string value), FlyTreeNode.Tag property (to save any serializable object), or FlyTreeNode.Attributes collection.

Is it what you need?