| Author: Mohammed Habeeb 27 Aug 2007 | Member Level: Silver | Rating:  Points: 2 |
Probably I hope you are using an XML file temporarily. So you will need to make changes to the xml file. I hope as it is an ASP.NET page the xml will not be very large. Any way you are having a gridview. If you have a DataSet as the source of the gridview, the dataset will haev the updated data. From the dataset you can haev the xml files to be saved. Use the WriteXML() method of the dataset to get the latest xml file.
|