首页上一页 1 下一页尾页 1 条记录 1/1页
请教:为什么Response.Redirect前的语句Response.AddHeader不执行
发表在ASP.NET图书答疑
2010-02-04
是否精华
是
否
版块置顶:
是
否
为什么Response.Redirect前的语句Response.AddHeader不执行?
如:
Response.AddHeader("Content-Disposition", "attachment;filename=c:\a.rar");
Response.Redirect("a.aspx");
没有第二句时第一句是执行的,有第二句时,第一句为什么就不执行了?
如:
Response.AddHeader("Content-Disposition", "attachment;filename=c:\a.rar");
Response.Redirect("a.aspx");
没有第二句时第一句是执行的,有第二句时,第一句为什么就不执行了?