Update GridView Data From Footer Row |
|
Answered By
Moderator1
on
11/15/2012 6:53:12 AM |
|
|
|
|
Dear Sayed,
We cannot provide you the complete code. But we can guide you, how to achieve your requirement. You need to provide a command name to your save button. And handle the RowCommand event of GridView in order to find the edit row index and the respective rows control. After Save, you can re-bind the GridView to display the updated data. |
|
|
|