高分求答案asp.net,必采用!
2016-04-12
展开全部
//准备sql语句
string strSql="update ProdInfo set prodname='{0}' where ProductID='{1}'";
//声明prodname并赋值
string prodname=GVProductList.Rows[e.NewEditIndex].Cells[1].Text;
//声明productID并赋值
string productID=GridView1.DataKeys[e.RowIndex].Value;
//格式化sql语句
strSql=String.Format(strSql,prodname,productID);
//声明SqlCommand对象
SqlCommand cmd=New SqlCommand(strSql,conn);
//执行update的sql语句
cmd.ExecuteNonQuery();
蓝鲸智能科技
2024-11-21 广告
2024-11-21 广告
理论考试系统是我们河南蓝鲸智能科技有限公司研发的一款高效、便捷的在线考试平台。该系统集题库管理、在线组卷、自动评分等功能于一体,支持多种题型和考试模式。通过智能化的防作弊手段,确保考试的公平公正。用户可以随时随地进行在线练习和模拟考试,有效...
点击进入详情页
本回答由蓝鲸智能科技提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询