摘要: Response.Redirect("StoreInformation.aspx?StoreName=" + this.nick);报一下错误:Cannot redirect after HTTP headers have been sent.解决方案:Response.Write("<script>window.location.href='StoreInformation.aspx?StoreName=" + this.nick + "';</script>"); 阅读全文
posted @ 2012-11-13 09:10 xust 阅读(445) 评论(0) 推荐(0)