Keep selected note of treeview on Master page
-
Dear All, Please help me again, Is there any way to keep selected node of treeview that existing in Master page. My logic is when I selected Node3 of childNode2. It will show the result page, but the Node3 of Childnode2 is unselect. I want to keep selection of it wherever Page I have reach. Thank and Best Regards
-
Dear All, Please help me again, Is there any way to keep selected node of treeview that existing in Master page. My logic is when I selected Node3 of childNode2. It will show the result page, but the Node3 of Childnode2 is unselect. I want to keep selection of it wherever Page I have reach. Thank and Best Regards
Store the identity of the selected node in a session variable, perhaps?
-
Dear All, Please help me again, Is there any way to keep selected node of treeview that existing in Master page. My logic is when I selected Node3 of childNode2. It will show the result page, but the Node3 of Childnode2 is unselect. I want to keep selection of it wherever Page I have reach. Thank and Best Regards
naunt wrote:
I want to keep selection of it wherever Page I have reach
You need any of the state management techiniques that suits your application, Session/Basepage property being the best ones. Other's can be QueryString, HiddenField in basepage, Cookie, BasePage Property.