Hi friends,
I am having a scenario where I am using radtree more likely the windows explorer's folder tree view, and there are certain scenarios where I need to open up a new a new radtab OR even a browser tab.
I tried to dig this up in forums but all that I found at most places was a suggestion to use "SelectedNode.Selected=true;" That does work for the same page holding off the node selected,
but what if I do post back / open up a new rad tab / open up a new browser tab-window ?
In theory all these ways should be seems-less.
I have that rad-tree in the master page so I **should** be able to store and use it in the page_Load even in the master page's code behind - would you please post a code demonstrating this ?
Is it possible to use the session variables and retrieving the same on the other page, if so I'd like to request a demo for that.
Thanks
I am having a scenario where I am using radtree more likely the windows explorer's folder tree view, and there are certain scenarios where I need to open up a new a new radtab OR even a browser tab.
I tried to dig this up in forums but all that I found at most places was a suggestion to use "SelectedNode.Selected=true;" That does work for the same page holding off the node selected,
but what if I do post back / open up a new rad tab / open up a new browser tab-window ?
In theory all these ways should be seems-less.
I have that rad-tree in the master page so I **should** be able to store and use it in the page_Load even in the master page's code behind - would you please post a code demonstrating this ?
Is it possible to use the session variables and retrieving the same on the other page, if so I'd like to request a demo for that.
Thanks