Home - Forums-.NET - FlyTreeView (ASP.NET) - Don't see updates to flytree in browser. What's wrong?

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

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

Don't see updates to flytree in browser. What's wrong?
Link Posted: 02-Dec-2005 12:40
Hi,
I am strugling with a simple problem which I can't seem to resolve.
I have an asp.net page which contains a flytreeview.
The tree is being updated by some other process through remoting.
When the page loads, I init the tree, and in my browser I can see the initialized tree.
The problem is that every time that I receive update to tree from the remote process, I don't see any changes to it in the browser window.
I checked, and made sure that the tree is indeed updated, i.e. it contains new nodes, but I never see them in browser.
My guess is that I have to make some post-back to client, to reflect the changes that occured in server control, but I have no idea how to do that.

Thanx alot,
Mike
Link Posted: 04-Dec-2005 01:51
Mike,
Anyway the FlyTreeView shows only the nodes that are present in its Nodes collection and nothing else. You should check this collection in the prerender page lifecycle stage in order to make sure you have correct Nodes collection in it.
Link Posted: 08-Dec-2005 22:30
Well, it seems that we have the same problem...