摘要: 在 GridView1_RowCommand中获取主键的值:protected void GridView1_RowCommand(object sender, GridViewCommandEventArgs e){int OrderId = Convert.ToInt32(GridView1.DataKeys[Convert.ToInt32(e.CommandArgument)].Value)... 阅读全文
posted @ 2010-08-20 08:59 逐、风 阅读(1550) 评论(1) 推荐(0)