[2005] How to make the treeview do not post back
Currently I work on master page.
In my masterpage I planned to have a static treeview.
My treeview will be my page menu.
When I clicked on the treeview the page will directing to another page but the postback only happen in contentplaceholder. The treeview is remain unchanged.
So do I need a updatepanel ?
How can I accomplish this ?
Re: [2005] How to make the treeview do not post back
Set the selectaction of the treeview nodes to nothing or none (can't remember which). Do you have hyperlinks as the nodes?
Re: [2005] How to make the treeview do not post back
Isn't he asking how to maintain the state of the treeview between ?
Quote:
The treeview is remain unchanged
... not sure, but don't see question marks where it matters.
Re: [2005] How to make the treeview do not post back
Yes correct ! Currently I using viewstate to hold the position but the result is not good because it would not release the memory.
Re: [2005] How to make the treeview do not post back
Dunno....I'm basically back to noob status. Check this, hope it help.