I have a problem with expanding/collapsing a Treeview control in an Updatepanel which causes weird behavior and functions fine if placed outside the Updatepanel.
I have found that TreeViews is not supported in updatePanels so my question is:
- What is a workaround to avoid a full postback whilst keeping expand/collapse functionality as well as TreeNode_clicks that updates another control?
- Also why does it seem that some people use a TreeView inside an Updatepanel with success? Is this only an ASP2 prolbem?