Click here to Skip to main content
15,881,559 members
Please Sign up or sign in to vote.
1.70/5 (3 votes)
See more:
s it possible that when I select a node in TreeView then in return I will get the physical path from Parent Nodes to Selected Child Node? like ' ~/ParentNode1/ParentNOde2/SelectedChildNode'
Posted

some one replay that
I got it ,

TreeView1.SelectedNode.ValuePath.ToString()

in this site

http://stackoverflow.com/questions/13090198/to-convert-treeview-selected-node-in-physical-url[^]
 
Share this answer
 
v2
Comments
Asp_Learner 29-Oct-12 3:39am    
that stackoverfolw account is also of mine
TreeView1.SelectedNode.ValuePath.ToString()
 
Share this answer
 

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