This is a migrated thread and some comments may be shown as answers.

LoadOnDemand and maintaining tree state

0 Answers 50 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Ramon
Top achievements
Rank 1
Ramon asked on 30 Dec 2008, 07:15 PM
Hi,

I have a TreeView in a master page and use ExpandMode = webservice.  How can I maintain the state of the TreeView when redirecting to another page?  Previously when I was using ExpandMode = ServersideCallback, I can maintain the state by Session["TreeState"] = TreeView.GetXml() after expanding the node then loading the state back after redirecting.

Thanks.

No answers yet. Maybe you can help?

Tags
TreeView
Asked by
Ramon
Top achievements
Rank 1
Share this question
or