Code:
protected void HFReportGrid_RowUpdating(object sender, GridViewUpdateEventArgs e) { TextBox Points = HFReportGrid.Rows[e.RowIndex].FindControl("txtPoints") as TextBox; TextBox Comment = HFReportGrid.Rows[e.RowIndex].FindControl("txtComment")