P
Pål Andreassen
We are using a TreeView defined in a MasterPage for navigation.
The tree holds it's state turing postbacks just fine since it's using
viewstate. But whenever a node click results in a redirect to a new content
page the tree state is lost and the tree needs to be re-initialized.
Any tips on how to retain the state of the three also during non post-back
or requests (GET requests or Response.Redirect).
Some how I need to store the whole tree (nodes, states and all) to Session
or something similar. But I'm at loss on how.
The tree holds it's state turing postbacks just fine since it's using
viewstate. But whenever a node click results in a redirect to a new content
page the tree state is lost and the tree needs to be re-initialized.
Any tips on how to retain the state of the three also during non post-back
or requests (GET requests or Response.Redirect).
Some how I need to store the whole tree (nodes, states and all) to Session
or something similar. But I'm at loss on how.