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

Sys.WebForms.PageRequestManagerParserErrorException issue

2 Answers 143 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Mansi
Top achievements
Rank 1
Mansi asked on 02 Aug 2010, 02:08 PM
Hi,
I have page with <asp:updatepanel> and gridview. I am generating radtooltip runtime to show on hover of one of the image in grid.
The tool tip is containing a link which opens a file. And to open a file I have to use Response.WriteFile.

I came to know that it always creates issue with asynchronous postbacks like this. As in my case it is updatepanel and radtooltip.
So when I click on the link in tool tip, it shows the below 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 'GIF89a�<���ӓ�{��'.

I need both things, the updatepanel and rad tool tip.
Can anybody provide solution for this ASAP?

2 Answers, 1 is accepted

Sort by
0
Mansi
Top achievements
Rank 1
answered on 03 Aug 2010, 09:16 AM
Is there any solution for this??
0
Rumen
Telerik team
answered on 05 Aug 2010, 01:18 PM
Hi Mansi,

The following forum thread could be helpful for resolving the problem: ToolTip response error.

Kind regards,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ToolTip
Asked by
Mansi
Top achievements
Rank 1
Answers by
Mansi
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or