Home - Forums-.NET - FlyTreeView (ASP.NET) - FlyTreeView Control within a asp:panel visiblity problem

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

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

FlyTreeView Control within a asp:panel visiblity problem
Link Posted: 14-Aug-2005 21:01
I am using FlyTreeViewControl within  and I have to navigate from one panel to another in a page. When I move to next panel while setting the visible property of the previous panel to false this FlytreeView Control disapears, the same case is when I move back from a next panel to previous panel setting its visible property to true. I set the visible property of the FlyTreeView Control to true but it never appears on that panel.
Link Posted: 17-Aug-2005 00:03
Are you sure binding data to the treeview after you move back to previous panel? I ask you this because FlyTreeView uses its own viewstate techniques and this may cause some difficulties when changing Visible property of the control (or parent control).