摘要:
protected void gvProList_RowCommand1(object sender, GridViewCommandEventArgs e) { if (e.CommandName == "UpdateQty") { int orderDetailId = int.Parse(e.CommandArgument.ToString()); ImageButton btn = e.CommandSource as ImageButton; GridViewRow gvr = btn.NamingContainer as GridViewRow; //int r 阅读全文
posted @ 2011-11-30 13:10
nicesoft
阅读(372)
评论(0)
推荐(0)
浙公网安备 33010602011771号