I'm seeing some odd behaviour on a master page. The ajaxmanager and the control being updated are on the master page itself - not inside contentplaceholders.
var ajaxManager = $find("<%= RadAjaxManager1.ClientID %>");
alert(ajaxManager); // This prints "object" on first call but "null" on all subsequent calls.
ajaxManager.ajaxRequest("nodeclick");
Seems I can't get a reference to ajaxmanager conistsnetly - does this make sense at all?
Cheers,
Andles.