GridView RowUpdating时间更新不了数据啊。愁死了

stringstrsql="updateBigClasssetBigClassName=@BigClassName,BigClassPic=@BigClassPic,Bi... string strsql ="update BigClass set BigClassName=@BigClassName,BigClassPic=@BigClassPic,BigClassText=@BigClassText where ID=@ID";
SqlParameter[] param = new SqlParameter[]
{
new SqlParameter("@ID",SqlDbType.Int,4),
new SqlParameter("@BigClassName",SqlDbType.Char,10),
new SqlParameter("@BigClassPic",SqlDbType.Char,10),
new SqlParameter("@BigClassText",SqlDbType.Char,10)
};
param[0].Value =Convert.ToInt32(GridView1.Rows[e.RowIndex].Cells[0].Text);
param[1].Value =((TextBox)(GridView1.Rows[e.RowIndex].Cells[2].Controls[0])).Text.ToString().Trim();
param[2].Value=((TextBox)(GridView1.Rows[e.RowIndex].Cells[3].Controls[0])).Text.ToString().Trim();
param[3].Value=((TextBox)(GridView1.Rows[e.RowIndex].Cells[4].Controls[0])).Text.ToString().Trim();
SqlHelper.ExecuteNonQuery(SqlHelper.GetConnection(), CommandType.Text, strsql, param);
忘记了,我把数据表打开了,其实这里面还有一个错误,我一直没整过来,说我的数据类型不对。。。
展开
 我来答
电二送头狗要
2017-04-05 · TA获得超过388个赞
知道答主
回答量:685
采纳率:0%
帮助的人:95.2万
展开全部
楼办取啊我起楼主NewValue搞N久懂事意思 MSDN语:OldValue//储存着没修改旧值集合 NewValue//储存已经修改值集
追问
你在说什么
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式