Convert gridview data to list or xml with updated values

darylhanoi

New Member
I'm having \[code\]GridView\[/code\] control and I have bind it with object data source and I want to provide facility of changing values using edit template. When row updating is fired I want my gridview data to be converted in XML or list so that I can pass that values to stored procedure. Any hint how to do that?
 
Top