I struggled with this for ages:
When using Ajax and the Update panel for flicker free screens / use of a timer etc, you can sometimes get the
PageRequestManagerParserErrorException error.
You can stop this by setting EnablePartialRendering="false" in the associated ScriptManager clause:
Code:
<asp:ScriptManager ID="ScriptManager1" runat="server" EnablePartialRendering="false">