码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2018-01-22 17:32:21      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:for   manage   serer   man   start   response   使用   orm   webform   

使用

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:无法分析从服务器收到的消息

标签:for   manage   serer   man   start   response   使用   orm   webform   

原文地址:https://www.cnblogs.com/cccc1993/p/8329522.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!