gridview更新出错(万分紧急)
string sqlcomm = "update edp_job_schoolrecord set job_body = '" + ((TextBox)(GridView1.Rows[e.RowIndex].Cells[0].Controls[0])).Text.ToString().Trim() + "' where job_schoolrecordid = " + GridView1.DataKeys[e.RowIndex].Value + "";if (DB.dsinsert(sqlcomm))
{
Response.Write("<script>alert('恭喜你信息更新成功!')</script>");
}
else
{
Response.Write("<script>alert('恭喜你信息更新失败!')</script>");
}
bindgridview();

C#发烧友QQ群1:5953354 QQ群2:68096127 QQ群3:30217249 QQ群4:37023079 为了更好方便大家交流学习,请不要重复加群