I want only to populate the tree on demand to get a \"quicker\" gui...
I have encountred two problems:
1. In firefox 1.5.0.7 - If I \"reload\" the page, onpopulatenodes Event will not fire(it works in Internet Explorer 6), it can be recreated by
a. http://www.9rays.net/asp.net_2/treeview/Demo_ServerEvents.aspx b. Expand any node...
c. Press the reload button
d. Try to expand any node, it will fail...
2. The other problem is when I have a FlytreeView in a usercontrol, then onpopulatenodes Event wont fire in either Firefox nor Internet Explorer, I have tested exactly the same code within a .aspx and there it will work.