Select from following answers:- GridView1_RowEditing
- GridView1_RowDeleting
- GridView1_RowDataBound
- GridView1_RowUpdating

- All Above
GridView1_RowUpdating event is the only event,which is used for Updating any Gridview Rows. For this we have to give CommandName = Üpdate in GridView ItemTemplate.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator