|
-
Mar 12th, 2009, 12:43 AM
#1
Thread Starter
Hyperactive Member
[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 ?
Where there is no hope, there can be no endeavor.
There are two ways of rising in the world, either by your own industry or by the folly of others.
-
Mar 12th, 2009, 05:26 AM
#2
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?
-
Mar 16th, 2009, 12:26 PM
#3
Frenzied Member
Re: [2005] How to make the treeview do not post back
Isn't he asking how to maintain the state of the treeview between ?
The treeview is remain unchanged
... not sure, but don't see question marks where it matters.
-
Mar 17th, 2009, 01:24 AM
#4
Thread Starter
Hyperactive Member
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.
Where there is no hope, there can be no endeavor.
There are two ways of rising in the world, either by your own industry or by the folly of others.
-
Mar 17th, 2009, 02:18 AM
#5
Frenzied Member
Re: [2005] How to make the treeview do not post back
Dunno....I'm basically back to noob status. Check this, hope it help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|