اسم:
要获得MAmount 值如何获得
<قالب العنصر>
قم بزيارة الرابط: قم بتشغيل GridView لمعرفة المزيد، قم بتشغيل FindControl
cmd.CommandType = CommandType.Text;
cmd.CommandText = "تحديث مجموعة yf_Purchases Main=@Main , MAmount=@MAmount,MOverDate=@MOverDate,MMPrice=@MMPrice حيث معرف الطلب=@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")).Value;
cmd.Parameters["@Main"].Value = ((TextBox)gvr.FindControl("Main")).Text;
cmd.Parameters["@MAmount"].القيمة =?
رد:
مثال:
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 = false;
lbl_editr.Text = " "؛
lbl_editr.Visible = true;
}
}
يمسك { }
}