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

RadAjaxManager in Master page

1 Answer 139 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Roger
Top achievements
Rank 1
Roger asked on 07 Jul 2008, 06:18 AM
Hi,

I have a RadAjaxmanager in the master page and RadAjaxManagerProxy in the content page...following your help files I have put:

var ajaxManager = $find("<%= RadAjaxManager.GetCurrent(Page).ClientID %>");
 ajaxManager.ajaxRequest(arg);

which works well on the XP development machine but gives a:

"Object reference not set to an instance of an object" error when on the host server... I have also copied over the Telerik.web.ui.dll to make sure they are the same.
Any ideas?

Regards

1 Answer, 1 is accepted

Sort by
0
Roger
Top achievements
Rank 1
answered on 07 Jul 2008, 06:45 AM
Hi,
it's great when I can solve my own problems.....I didn't copy up the master page with the RadAjaxmanager control in it...I only have the new content page with the RadAjaxManagerProxy control...so the function couldn't find any RadAjaxmanager.

Regards
Roger
Tags
Ajax
Asked by
Roger
Top achievements
Rank 1
Answers by
Roger
Top achievements
Rank 1
Share this question
or