Home - Forums-.NET - FlyTreeView (ASP.NET) - viewstate and treview.visible = false

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

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

viewstate and treview.visible = false
Link Posted: 07-Dec-2005 06:02
It seems that nodes are not kept in viewstate if control is set to visible.
I am thinking of puting a nodes collection to httpcontext and then rebinding a tree. How would that work since nodes is readonly. What would be easiest way to accomplish this?
Link Posted: 07-Dec-2005 22:18
You may safely keep the nodes collection in the Session or Application objects.