treeview and master pages

  • Thread starter Thread starter Vincenzo Milazzo
  • Start date Start date
V

Vincenzo Milazzo

Hi,

I have a master page with a treeview control on the left. The treeview's
nodes are populated ondemand (property Value and NavigateUrl).
When I click on the node the property NavigateUrl loads a content page on
the right. The problem is that the treeview doesn't save the state and I
must click the treeview's nodes again to open the tree.
How can I save the treeview state ? I don't want to populate the tree's
nodes everytime I click on the node.

Thank to all
 
Back
Top