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!
Chris S
Total Post:48
Points:336
Post:126
Points:882Re: Download Value From GridView Control in ASP.NET
Hi....
You can use existing dataset to create xml file.