Hi,
I have a master page with Rad Tree View. I also got few chid pages. I use previous page properties for my methods.
All tree nodes are bounded to child web pages. when a Tree node is selected related child web page is populated on the main container. All child pages are used a common toolbar on the Master Page. when user select a row of the Radgrid (in the child page) and click edit button it will open edit web page with selected row data. (see images)
I want to save state(seleted values) of all the controls in a web page when user navigate back and forth using browser back button and postbacks to same page.
Could you please let me know which methods I can use in order to accomplish my requirement? I am really appreciated if you can help me solve my issues.
Pri