This question is locked. New answers and comments are not allowed.
I'm using the TreeView on a page but my problem is that:
- Treeview does not maintain state (selected node) during postback even if viewstate is enabled
- TreeView.SelectedNode is not set or does return wrong values???
Has anyone seen this before or maybe just have some ideas to try out?
It's hard to use the control for anything practical like this... :os