母板頁面 弹出提示错误的解决方案
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 enable
解决方法:
只要设置
<Triggers>
<asp:PostBackTrigger ControlID="ibtn导出" />
<asp:PostBackTrigger ControlID="lbtn导出" />
</Triggers>就可以了