Click here to Skip to main content
15,867,488 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I Have a tree view in master page of my project which i have binded with database, when i click on the child node the ID of the node is
stored in session from this id i get the data from the database in content form, here when i click on the node and when the content page
is open the master page gets reloaded and the tree view nodes again get closed i just what to expand the selected child node of the tree view
even if the master page reloads hence any help is appreciated.

Techology - .Net 3.5 and c sharp

Thanks & Regards
Salman Fraooqui
Posted
Comments
Marco Bertschi 18-Feb-13 8:52am    
You need to expand the last opened Treenode by code-behind when reloading the page.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900