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

Error: 'Sys.WebForms.PageRequestManager' is null or not an object

3 Answers 201 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Medac
Top achievements
Rank 1
Medac asked on 07 Apr 2010, 01:56 PM
Hi,

I have upgrated my VS 2005 application to VS 2010. But On my aspx page load I am getting following error.

Error: 'Sys.WebForms.PageRequestManager' is null or not an object

What are all the possible ways of getting this error? And I am not able to select any row in the RADGrid, not able open combobox.

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 07 Apr 2010, 02:25 PM
Hi Medac,

I read in a forum that the error means, the client object of the ScriptManager is missing and for some reason it is not created on the client. Make sure that you have added ScriptManager before any other controls on the page.

Also checkout the following forum links which discusses on similar topic:
FormDecorator Causes "'Sys.WebForms.PageRequestManager' is null or not an object" error
System.WebForms.PageRequestManager is null or not an object

Thanks,
Princy.
0
Medac
Top achievements
Rank 1
answered on 08 Apr 2010, 05:50 AM
HI Princy,

I am placing the script manager at first place above all the controls. But it didnt solve my problem. And also I have gone through the link which you have given. all were posted in 2008 & 2009. If I comment

<!--

 

 

<xhtmlConformance mode="Legacy"/>-->

 

 in web.config update panel will not work. In recent release of telerik has this issue been fixed?
Or how to go about this issue?
0
Iana Tsolova
Telerik team
answered on 12 Apr 2010, 01:09 PM
Hi Medac,

Could you please confirm that EnablePartialRendering property of the ScriptManager is set to true?
Also, can you send us your web.config file for further investigation. Providing any additional information on your case might help us get to the source of the problem.

Regards,
Iana
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
Grid
Asked by
Medac
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Medac
Top achievements
Rank 1
Iana Tsolova
Telerik team
Share this question
or