Dear All,
I am using asp.net 2.0 tree view control inside an ATLAS update panel along with the CSS friendly adapters. I am trying to achieve windows explorer kind of behavior in my web application in the following way:
On a web page I will a tree control and a main content area. When the user clicks on the expand/ collapse button, he/ she will be given the child nodes (populated from the database) and when the user clicks on the node, the application will loads a relevant web page in the main content area.
This works well using asp.net 2.0 treeview control in the classic fashion by using PopulateOnDemand and handling the OnTreeNodeCollapsed, OnTreeNodeExpanded and OnTreeNodePopulate event. Now, when I use the adapter things starts going wrong. I implemented the solution suggested by Russ (thanks a ton for that brilliant workaround - I used the menu control version) in one of his earlier post and also tried to do some juggling of my own but without any success.
I would appreciate if any one could please give me some pointers/ solution to come on track and lmk where I am going wrong.
Kind regards,
Santosh