UpdatePanel中点击按钮 Session过期跳转页面相关问题:Sys.WebForms.PageRequestManagerParserErrorException:无法分析从服务器收到的消

Posted cccc1993

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了UpdatePanel中点击按钮 Session过期跳转页面相关问题:Sys.WebForms.PageRequestManagerParserErrorException:无法分析从服务器收到的消相关的知识,希望对你有一定的参考价值。

使用

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");

解决问题。

 


以上是关于UpdatePanel中点击按钮 Session过期跳转页面相关问题:Sys.WebForms.PageRequestManagerParserErrorException:无法分析从服务器收到的消的主要内容,如果未能解决你的问题,请参考以下文章

asp.net中点击按钮页面不刷新的效果如何实现~~!求详细!

FileUpload与UpdatePanel

如何从 Gridview 中的 LinkBut​​ton 触发 Onclick 事件驻留在 updatePanel 中?

在中继器UpdatePanel问题内单击按钮

由 UpdatePanel 内 GridView 内的 LinkBut​​ton 触发的完整回发

从 UpdatePanel Asp.Net 中排除控件