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