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

PageRequestManager Error

1 Answer 92 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Martinet
Top achievements
Rank 1
Martinet asked on 30 Jun 2009, 01:50 PM
Hi all.

In an webproject, i build a new page with telerik objects. When my page is done i want to put it into a "big" project.

So i copy/paste the code, modify declarations and i try it.

On the big project relative page, a javascript error occur :

"'Sys.WebForms.PageRequestManager' is null or is not an object"

I Try many thing like update my web.config, move the AJAXManager, etc...

Do youi have any idea to solve it ?

Than you, best regards.

(I'm french sorry for my bad english)

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 03 Jul 2009, 08:06 AM
Hello Martinet,

The preceding error means that the client object of the ScriptManager is missing. For some reason it is not created on the client. Could you please confirm that you have placed the ScriptManager before any other controls on the page, just after the <form> tag?

I suggest that you send us the sample working application you made and the code of the problematic page as well (in a formal support ticket for instance). I will check it out and let you know what could be the cause of the issue.

Additionally, you can try troubleshooting following this help topic instructions.

Kind regards,
Iana
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
Ajax
Asked by
Martinet
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or