
In this article I will
explain how to write data to xml file and read from it in asp.Net using c#.
Steps to follow to write and read data from XML file:
1.
First of all create a
website and then create on xml File ex. XMLFile.xml.
2.
Then create...