reading data into a windows form from a xml file
-
hi all, i need some inputs on how to get data into a windows form textbox from an xml file.. for eg..i have a tree with a context menu attached to it. i also have a panel which display the properties of the node. when i click on node1 menuitem(called properties) the panel will appear showing the properties of the node. some of these properties have to be read from a xml file and they have to be displayed in the corresponding textbox. the xml file will have data for all the nodes.
Sonu
-
hi all, i need some inputs on how to get data into a windows form textbox from an xml file.. for eg..i have a tree with a context menu attached to it. i also have a panel which display the properties of the node. when i click on node1 menuitem(called properties) the panel will appear showing the properties of the node. some of these properties have to be read from a xml file and they have to be displayed in the corresponding textbox. the xml file will have data for all the nodes.
Sonu
-
You may have already look here, but the XMLReader class looks like it would be helpful http://msdn2.microsoft.com/en-us/library/system.xml.xmlreader.aspx[^]