populate a tree view with an xml file using xElement using c#
- by syedsaleemss
Im using c#.net windows form application. I have a xml file .I need to populate this xml file into a tree view. I can do that using "xml document" but i need to do it using xElement.