Hi,
I want to do following two steps. I am already done with first step. But I can't do the second step. Could anyone give me any idea how to do it?
Step 1: After serialization, I load XML file's data in a datagrid in tabular format.
Step2 : Now I want to add row in datagrid. And I want to save newly added data to same XML file.
Thanks
Neel
Loading
Amit ChoudharyPosted Feb 22, 2010, 3:37 AM
See following code:
First create Dataset from XML file:
Add the Datasource to gridview:
Add OnRowCommand Event Handler to GridView in Source view:
Now you want to export the new updated Dataset to XML:
Please mark the answer if it helps.