This is a migrated thread and some comments may be shown as answers.

RadAjaxPanel Error

3 Answers 81 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Frank
Top achievements
Rank 1
Frank asked on 03 Nov 2008, 07:45 PM
I am having trouble with a RadTreeView on a RadAjaxPanel. When any events are fired (say, NodeEdit) and handled on the server, I get a PageRequestManagerParserErrorException. I have read the posts related to this but none seem to apply. I am getting the following error:

Microsoft JScript runtime error: 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 'ipConfigure ESM 4.53'.

When I look at the response from the server it starts with:

ipConfigure ESM 4.53918|updatePanel|RadAjaxPanel1Panel|<div id="RadAjaxPanel1" style="height:200px;width:300px;">

I can only assume that this is the source of the problem, but I am not sure how to correct it. Any help would be appreciated.

3 Answers, 1 is accepted

Sort by
0
Accepted
Maria Ilieva
Telerik team
answered on 04 Nov 2008, 12:40 PM
Hello Frank,

Common cause of this error is when the response is modified by calls to Response.Write(). Please review the following topic which elaborates on this error.


Sincerely yours,
Maria Ilieva
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Frank
Top achievements
Rank 1
answered on 04 Nov 2008, 05:21 PM
Well, I though I didn't have any of the listed causes...but turns out there was a response.write hidden in the aspx page which was causing the problem. I removed it and problem went away. Thanks.
0
Maria Ilieva
Telerik team
answered on 05 Nov 2008, 09:37 AM
Hi Frank,

I'm glad to hear that you have managed to fix the problem.

Do not hesitate to contact us again if further assistance is needed.

Thank you.

Sincerely yours,
Maria Ilieva
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Ajax
Asked by
Frank
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Frank
Top achievements
Rank 1
Share this question
or