Hi guys,
I'm having the following problem with a page when using RadAjaxManager.
I have a page with a FormView and a RadAjaxManager defined as follow:
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
<AjaxSettings>
<telerik:AjaxSetting AjaxControlID="FormView1">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="FormView1" />
</UpdatedControls>
</telerik:AjaxSetting>
</AjaxSettings>
</telerik:RadAjaxManager>
I also have a button which change the FormView from ReadOnly to Edit mode.
However, In some cases I'm getting the following exception within an alert popup:
"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.
Details: Error parsing near ' <html>
<head>
'. "
Any idea what'`s going on here ?
thanks in advance,
François.
I'm having the following problem with a page when using RadAjaxManager.
I have a page with a FormView and a RadAjaxManager defined as follow:
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
<AjaxSettings>
<telerik:AjaxSetting AjaxControlID="FormView1">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="FormView1" />
</UpdatedControls>
</telerik:AjaxSetting>
</AjaxSettings>
</telerik:RadAjaxManager>
I also have a button which change the FormView from ReadOnly to Edit mode.
However, In some cases I'm getting the following exception within an alert popup:
"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.
Details: Error parsing near ' <html>
<head>
'. "
Any idea what'`s going on here ?
thanks in advance,
François.
