get the ancestor nodes of a selected xml node using c# into a multiline text box

Posted by syedsaleemss on Stack Overflow See other posts from Stack Overflow or by syedsaleemss
Published on 2010-05-10T08:43:51Z Indexed on 2010/05/10 9:14 UTC
Read the original article Hit count: 315

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about Xml