how can i read Node from xml file using XmlNodeReader
C#
2
Posts
2
Posters
0
Views
1
Watching
-
hi, i have one xml file i want one node value in that file , how can i load that value into a varibale in c#.net if possible plz write sample code . Thanks
-
hi, i have one xml file i want one node value in that file , how can i load that value into a varibale in c#.net if possible plz write sample code . Thanks
It depends were the value is, a node value or an attribute. Look up SelectSingleNode, there are plenty of examples available.
only two letters away from being an asset