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

error keeps poping up with radwindow.

5 Answers 50 Views
Window
This is a migrated thread and some comments may be shown as answers.
appdev
Top achievements
Rank 1
appdev asked on 20 May 2009, 04:24 PM
here is the error message that i'm keep getting for the first time i go to the site. then after that it works just fine.

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 '
</table>

        |<html>

    <head>


5 Answers, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 21 May 2009, 12:17 PM
Hello Duy,

To be able to help we need to have a closer look over your exact setup and logic. Please open a support ticket and send us a sample project that reproduces this issue.


All the best,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
appdev
Top achievements
Rank 1
answered on 21 May 2009, 12:48 PM

RadWindow1.VisibleOnPageLoad =

True
the only logic i have on the server side is the radwindow1.navigateurl = "default.aspx"

and the client side is this

 

<telerik:RadWindowManager ID="RadWindowManager1" VisibleStatusbar="false" runat="server">

 

 

<Windows>

 

 

<telerik:RadWindow ID="RadWindow1" Modal="false" runat="server" NavigateUrl="chart_parameters.aspx"

 

 

Skin="WebBlue" Animation="Resize" Width="600px" Height="400px" ></telerik:RadWindow>

 

 

</Windows>

 

 

</telerik:RadWindowManager>

 

0
Fiko
Telerik team
answered on 21 May 2009, 02:35 PM
Hello Duy,

I used the provided code but I was not able to reproduce the problem on my side. Could you please rework the attached project in order to reproduce the problem, open a new support ticket and send it back? Once we have a better view over your setup we will do our best to provide a solution.

Best wishes,
Fiko
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
appdev
Top achievements
Rank 1
answered on 21 May 2009, 02:37 PM
it may be because i'm using the trial version.
0
Fiko
Telerik team
answered on 25 May 2009, 03:38 PM
Hello Duy,

The trial version of the controls is identical to the licensed version - the only difference is the trial message that appear.
Please open an new support ticket and send us the full project where we can observer the problem. Once we have a better view over your setup we will do our best to provide a working solution.

Greetings,
Fiko
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Window
Asked by
appdev
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
appdev
Top achievements
Rank 1
Fiko
Telerik team
Share this question
or