UpdatePanel中点击按钮Session过期跳转页面相关…

2018-06-22 07:56:30来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折

使用

Response.Write("<script language=javascript>window.location.href='Login.aspx';</script>");

报错:
Sys.WebForms.PageRequestManagerParserErrorException:无法分析从服务器收到的消息

使用

 

ScriptManager.RegisterStartupScript(this, this.GetType(), "", "window.location.href='Login.aspx';", true);

 

依旧报错:Sys.WebForms.PageRequestManagerParserErrorException:无法分析从服务器收到的消息

 

 

后,尝试使用 

Response.Redirect("Login.aspx");

解决问题。

 

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:伪Session这样共享到Service

下一篇:【.Net边角料系列】1-单例模式(我真不是你想的那样)