问:
要获得MAmount的值如何获得
<เทมเพลตรายการ>
เทมเพลตรายการ>
ลิงก์ถาวร:要将GridView中的数据批量修改,用FindControl获得
cmd.CommandType = CommandType.Text;
cmd.CommandText = "อัปเดต yf_Purchases set Main=@Main , MAmount=@MAmount,MOverDate=@MOverDate,MMPrice=@MMPrice โดยที่ OrderID=@OrderID ";
cmd.Parameters.Add("@OrderId", SqlDbType.NVarChar, 20);
cmd.Parameters.Add("@Main", SqlDbType.NVarChar, 10);
cmd.Parameters.Add("@MAmount", SqlDbType.Int);
cmd.Parameters.Add("@MOverDate", SqlDbType.VarChar,50);
cmd.Parameters.Add("@MMPrice", SqlDbType.Int);
cmd.Parameters["@OrderId"].Value = ((HiddenField)gvr.FindControl("OrderID")).ค่า;
cmd.Parameters["@Main"].Value = ((TextBox)gvr.FindControl("Main")).ข้อความ;
cmd.Parameters["@MAmount"].Value =?
答:
ตัวอย่าง:
โมฆะที่ได้รับการป้องกัน GridView1_RowDataBound (ผู้ส่งวัตถุ GridViewRowEventArgs e)
-
พยายาม
-
if (e.Row.Cells[12].Text.ToString() == "เซลล์มะเร็ง" || e.Row.Cells[12].Text.ToString() == "เซลล์มะเร็ง")
-
ป้ายกำกับ lbl_edit = e.Row.FindControl("Label1_edit") เป็นป้ายกำกับ;
ป้ายกำกับ lbl_editr = e.Row.FindControl("Label1_editr") เป็นป้ายกำกับ;
lbl_edit.Visible = เท็จ;
lbl_editr.Text = " ";
lbl_editr.Visible = จริง;
-
-
จับ { }
-