I am trying to create a XML file on button click which can save records at runtime from GridViewControl.
User can make changes in GridView and after click of "submit" button XML file should be generated.
Should I use existing dataset or do I need to create new one?
Please advice!
Hi....
You can use existing dataset to create xml file.