Hi..
How to fetch values from XML file to c#. I have a xml file and a c# file.
In my XML file, i have nodes as :
<node1>
DistributionListLength
</node1>
How to fetch the data to c# code? I want to show these values in c#. Is it possible to do manipulations like : ProcessedListRows - SuceessfullySent, and then show the Result in c#
="1000" ProcessedListRows="200" SuccessfullySent="150"