get the ancestor nodes of a selected xml node using c# into a multiline text box
- by syedsaleemss
Im using c#.net. I have an xml file that contains many nodes. I have got the xml file into a tree view. Now when I select a particular node in the treeview, I should be able to display all its ancestors in a multiline text box. Please suggest me to do this job.