Hi,
I have a RadGrid(r) and I have a Panel(lower panel). This panel contains a asp-button. I have added a ajax setting with respect to grid and panel.
AjaxManager.AjaxSettings.AddAjaxSetting(r, lowerpanel);
When I click button I am trying to redirect to other page.
But on redirection it is throwing 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 '<!DOCTYPE HTML PUBLI'.
I have not set any ajax setting saying that lower panel is source of event, why should ajax manaer throw the error??
This is blocker for me... Please do let me know how to tackle the problem.
I have a RadGrid(r) and I have a Panel(lower panel). This panel contains a asp-button. I have added a ajax setting with respect to grid and panel.
AjaxManager.AjaxSettings.AddAjaxSetting(r, lowerpanel);
When I click button I am trying to redirect to other page.
But on redirection it is throwing 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 '<!DOCTYPE HTML PUBLI'.
I have not set any ajax setting saying that lower panel is source of event, why should ajax manaer throw the error??
This is blocker for me... Please do let me know how to tackle the problem.