Is it possible to retrieve the DataRowIndex of the in RowDataBound Event of GridView
- by Roy Astro
Hi All,
Is it possible to retrieve the DataRowIndex of the binding datarow from its parent DataTable. I would use it to point again back to the datatable when i perform a delete operation. I can't use the DataItemIndex of GridView since the rows with RowState=Deleted still exists., so it won't point to the correct row of datatable.