GridView1_RowUpdating 怎么用呢

protectedvoidGridView1_RowUpdating(objectsender,GridViewUpdateEventArgse){intid=Conve... protected void GridView1_RowUpdating(object sender, GridViewUpdateEventArgs e) { int id = Convert.ToInt32(this.GridView1.DataKeys[e.RowIndex]["UserId"].ToString()); string UserName = ((TextBox)(this.GridView1.Rows[e.RowIndex].Cells[1].FindControl("TextBox"))).Text.ToString(); string Password = ((TextBox )(this.GridView1.Rows[e.RowIndex].Cells[2].FindControl("TextBox"))).Text.ToString(); string Usermark = ((TextBox)(this.GridView1.Rows[e.RowIndex].Cells[3].FindControl("TextBox"))).Text.ToString(); string strSql = "update tb_manager set UserName='" + UserName + "',Password='" + Password + "',Usermark='" + Usermark + "',where UserId=" + id;
DBManager.executeNonQuery(strSql); this.GridView1.EditIndex = -1; bindGv();

}
展开
 我来答
Sephil
2014-05-30 · 知道合伙人IT服务行家
Sephil
知道合伙人IT服务行家
采纳数:616 获赞数:1036
熟悉常用语言和数据库,爱写代码

向TA提问 私信TA
展开全部
string UserName = ((TextBox)(this.GridView1.Rows[e.RowIndex].Cells[1].Controls[0])).Text.ToString();
冰雪千颭肇
2014-05-30
知道答主
回答量:26
采纳率:0%
帮助的人:14.1万
展开全部
不是方法的问题,你没把gridview实例,取不到row和cell里的数据的。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式