Hi,
I am getting the above error on my page load.
I am using RadAjaxPanel and RadScriptManager in my page. I browsed for it on net and seems it essentially occurs when a page has UpdatePanel.
I was using inbulit server of Visual Studio for my application till date. I never got this error in development environment but my client is getting error "System.WebForm.PageRequestManagerParsorErrorException" intermittently on staging which I think is originated from this one.
Today, I set up IIS for my application and created virtual directory for it, and this error started occurring always on page load.
(I have already added entry for Telerik.Web.UI.WebResource.axd in HttpHandlers section of my web.config)
I have already read "Eilon Lipton's Blog" and is of no use for me.
My scenario:
I have a grid which has a link in header having name "Add New". When user clicks on this link, new row gets added in the grid. I have RadDatePicker control in one of the columns in my grid. I am Ajaxifying my grid for this functionality.
Various things I tried from blogs are:
1. EnableEventValidation="false" in page directive
2.EnablePartialRendering="true" and LoadScriptsBeforeUI="true" in asp:ScriptManager.
Please help me in this if you have any idea.
Thanks and Regards,
Mangesh Gurav