Hi All ,
I am working on editing XML values by populating in Gridview . Before populating i have applied search criteria and based on that condition the records are populated in gridview .
Now if i want to edit or delete the problem is that the rowindex for the gridview is different with the original data comimg from XML .
If i edit the values it is adding a new row instead of editing .
Please tell the solution.
Note: I dont have any unique element in my XML attributes .
Loading

Santhosh Kumar NallavelliPosted Aug 6, 2012, 1:08 AM
I am already done with the given link . What my actual problem is I want to update the records that too not by generating all the records , but by searching by some condition and editing only those records . And my XML doesn't have any unique node .
Santhosh Kumar JayaramanPosted Aug 4, 2012, 7:21 AM
http://www.c-sharpcorner.com/UploadFile/1a81c5/populating-values-from-xml-to-gridview-and-from-gridview-to/
it might help you