If you are using XML in a WinForms application you may find the need to display the XML data in a DataGridView. Let's take this XML: <states> <state name="California"> ...
This post describes how to populate a WinForms TreeView control from an XML file assuming you are targeting the .NET Framework Version 3.5. The XML file used in this example looks like this: <States> <State name="California">...