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

[Solved] C# code not Finding AjaxMngr in ContentPage

1 Answer 92 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Neal
Top achievements
Rank 1
Neal asked on 06 Jun 2008, 10:44 AM
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..

RadAjaxManager ajaxManager = (RadAjaxManager)Page.FindControl("RadAjaxManager1");

it comes up null  (not found) and of course I cannot set my ajax settings.

TIA
Neal

1 Answer, 1 is accepted

Sort by
0
Accepted
Mishel
Top achievements
Rank 1
answered on 09 Jun 2008, 03:02 PM
Hi,

Here is a topic, which elaborates on these settings:
http://www.telerik.com/help/aspnet-ajax/ajxmasterpageupdateeverywhere.html
Tags
Ajax
Asked by
Neal
Top achievements
Rank 1
Answers by
Mishel
Top achievements
Rank 1
Share this question
or