摘要:
在 GridView1_RowCommand中获取主键的值: protected void GridView1_RowCommand(object sender, GridViewCommandEventArgs e) { int OrderId = Convert.ToInt32(GridView1.DataKeys[Convert.ToInt32(e.CommandArgument)].... 阅读全文
posted @ 2010-10-19 15:51
偶,小菜
阅读(553)
评论(0)
推荐(0)