I have two web trees in a page. One of the trees is inside a conditional update panel. The other tree is placed outside the panel. When the page loads for the first time every thing works fine. But when the conditional ajax update panel is updated, the expand/collapse feature of the other tree (outside the panel) doesn't work. What is going on? Should I be using the script manager to register any scripts or what? Can anyone please explain what I am missing?
Thanks!
I dont know what exactly you are doing. If you post your code then something can be answered. In the mean time i would suggest you to use WARP and set the TriggerControlIDs to your tree.
That shoudl work. Something like given below
<igmisc:WebAsyncRefreshPanel ID="WebAsyncRefreshPanel1" runat="server" Width="100%" Height="100%" BorderStyle="Solid" BorderWidth="1px" TriggerControlIDs="uwtDataTree" BorderColor="#E0E0E0"> <ignav:UltraWebTree ID="uwtDataTree"...
again posting your code will help to find what exactly is wrong.