Line 53: protected void gridView_RowUpdating(object sender, GridViewUpdateEventArgs e) Line 54: { Line 55: string stor_id = gridView.DataKeys[e.RowIndex].Values["[USER NAME]"].ToString(); Line 56: TextBox stor_name = (TextBox)gridView.Rows[e.RowIndex].FindControl("txtname"); Line 57: TextBox stor_address = (TextBox)gridView.Rows[e.RowIndex].FindControl("txtaddress");
Line 53: protected void gridView_RowUpdating(object sender, GridViewUpdateEventArgs e) Line 54:
{ Line 55:
string stor_id = gridView.DataKeys[e.RowIndex].Values["[USER NAME]"].ToString();
Line 56: TextBox stor_name = (TextBox)gridView.Rows[e.RowIndex].FindControl("txtname");
Line 57: TextBox stor_address = (TextBox)gridView.Rows[e.RowIndex].FindControl("txtaddress");