2
Answers

Add and Delete Element from XML file

Hi,
I have XML file in my project. i need to add elements as per the below structure by programmatically in c# console application.
 
<Tests>
<test>
   <name>A<name>
   <age>1<age> 
<test>
<Tests> 
 
Answers (2)