Is 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’
Is it possible that when I select a node in TreeView then in return
Share
For ASP.net use the
ValuePathproperty of the SelectedNodeFor Windows Forms, use the
FullPathProperty of theSelectedNodeNOTE: The FullPath Property will use the TreeView.PathSeparator property to decide what to separate the nodes with. Default character is ‘\’