If you don't have
DataKey
, then you need to store the Key somewhere inside the Row either in a
HiddenField
or
BoundField
or something.
Then inside
GridView.RowUpdating Event[
^], find that field and retrieve the value. After that run a Query on your Database using that
Key
or
Id
.