Hi,
I have v. Q4 2006 so no Proxy Manager at my disposal, also, in this instance (contrary to Telerik recommendations of putting the Ajax Manager in the master Page, i have had to put it in the Content page)
on the override of the pageInit,..
The problem is ...
when I try find the AjaxManager control now (before in a non MPage scenario it was fine) ..
with..
I have v. Q4 2006 so no Proxy Manager at my disposal, also, in this instance (contrary to Telerik recommendations of putting the Ajax Manager in the master Page, i have had to put it in the Content page)
on the override of the pageInit,..
The problem is ...
when I try find the AjaxManager control now (before in a non MPage scenario it was fine) ..
with..
RadAjaxManager ajaxManager = (RadAjaxManager)Page.FindControl("RadAjaxManager1");
it comes up null (not found) and of course I cannot set my ajax settings.
TIA
Neal