Response.Redirect("PaiGongDo.aspx?buyorderid=" + this.txt_orderNo.Text);
Response.Redirect("~/Rpt/RptPaigong.aspx?buyorderid=" + this.txt_orderNo.Text);
1、执行第一句后第二句就不再执行了?
2、第二个能在新页面中打开,我用了Response.Write(),执行后css样式都变了,
------解决方案--------------------------------------------------------
你的请假本身就相当于一个刷新然后
Page.ClientScript.RegisterStartupScript(GetType(), "openDialog", "window.open('http://www.baidu.com')", true);