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

Sys.WebForms.PageRequestManagerParserErrorException错误的解决方法

2010-09-17 09:31 886 查看
今天将GridView导出excel的时候出现如下错误:

Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could 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.

解决方法:

将导出时间的button放在GridView所在的UpdatePanel的trigers里
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐