GridView1.DataKeys[index].Value.ToString()
index
GridViewRow row = (GridViewRow)(((LinkButton)e.CommandSource).NamingContainer); HiddenObjectID.Value = Convert.ToString(GvUserDetails.DataKeys[row.RowIndex].Value);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)