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
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