Hi,
Is it possible to create RadAjaxManager in codebehind?
I have a master page and I am creating a RadAjaxManager in the OnInit method of the master page. Later when I try to ajaxify a control within an aspx page using the AddAjaxSettings method I created in master page I get Object reference not set to an instance of an object.
Master Page
ASPX page
Edit: I get the null reference error in
ajax.AjaxSettings.AddAjaxSetting(ajaxified, updated, loading);
line. All variables are pointing to correct objects (ajax, button, panel, loading).
Thank you...