标签:button string response res lag and ams 传值 bool
1、"~/x/xx.aspx?id=" + id
string id=Request.Params["id"].ToString();
2、Response.Redirect("x.aspx?id=1&flag=true")
bool flag=Request.QueryString["flag"]
3、在gridview操作列中的LinkButton控件中添加CommandArgument=‘<%#Eval("id")%>‘
后台:string id=(((LinkButton)sender).CommandArgument.ToString()).Tostring();
标签:button string response res lag and ams 传值 bool
原文地址:http://www.cnblogs.com/howard-leung/p/6843180.html