Rank: Newbie Groups: Member
Joined: 12/23/2008 Posts: 3
|
I have a TreeView (TreeView1) in a ucTreeView.ascx file. I've used TreeView Builder and selected MSHelp2 template. I want to use the ucTreeView.ascx file across many pages.
I want to save the selected node as cookie on the users machine.
Then, if the user selected ".NET Development/Articles and Overviews", how do i show this node next time the user loads the page (or any other page with the ucTreeView control)?
Do i have to do something like FindItem(".NET Development/Articles and Overviews") and then use the select or expand property?
Thank you
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
|