I'm new to xml ..
I had created a application such a way that I have to display the xml file in treeview control in C#.Net Application ...
If I select the particular Node it should display the attributes of that node in DataGrid
But I am displaying the attributes in dataGrid if i use the following Code
XmlNode x = root.SelectSing leNode("//JDF")
If i am using nodeset...
User Profile
Collapse
-
saravanaVijayakumar started a topic displaying xml data in treeview &particular node attributes in Datagridin .NETdisplaying xml data in treeview &particular node attributes in Datagrid
-
Xml to treeview to datagrid
I'm new to xml ..
I had created a application such a way that I have to display the xml file in treeview control in C#.Net Application ...
If I select the particular Node it should display the attributes of that node in DataGrid
But I am displaying the attributes in dataGrid if i use the following Code
XmlNode x = root.SelectSing leNode("//JDF")
If i am using nodeset...
No activity results to display
Show More