I create an XML File and I get to a section where I create some child nodes within the section. I need to immediatly tie those child nodes to a DataGrid, and be able to edit them.
This is the Structure:
-
Code:
<Section2>
<Section2>
XmlNodeList s1 = doc.GetElementsByTagName("Sections2");
<Root> <section1>
Leave a comment: