您的位置:首页 > 产品设计 > UI/UE

Sys.WebForms.PageRequestManagerParserErrorException

2011-03-22 14:40 495 查看
最近在ASP.NET中使用AJAX的时候,碰到这么一个错误,错误的全称是:

Sys.WebForms.PageRequestManagerParserErrorException:The message received from the server

count not be parsed.Common causes for this error are when the response is modified by calls to response.Write(),response filters,HttpModules,or server trace is enabled.

Details:Error parsing near '|

解决方法:

“设置页面属性EnableEventValidation="false" 就可以了”。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐