Notifications
Clear all
[Closed] Select dotnet Treeview
Apr 10, 2012 2:14 pm
we can get fullpath of a node in dotnet Treeview ,
how we can select a node by something like fullpath ? or hierarchical address?
2 Replies
Apr 10, 2012 2:14 pm
You could split the fullpath and use TreeNodeCollection.Find to track your way back to the node.