Hi,
I have a problem with $find("RadAjaxManager1") returning null.
This seems to happen because $find("RadAjaxManager1") is called at page load and apparently the javascript object for the RadAjaxManager is not yet created.
Using a function that calls itself after 300 milliseconds if $find("RadAjaxManager1") returns null until $find("RadAjaxManager1") does return the desired object helps.
Is there another way to force calls like $find("RadAjaxManager1") to wait until after the RadAjaxManager object is created?
Regards,
Mink
I have a problem with $find("RadAjaxManager1") returning null.
This seems to happen because $find("RadAjaxManager1") is called at page load and apparently the javascript object for the RadAjaxManager is not yet created.
Using a function that calls itself after 300 milliseconds if $find("RadAjaxManager1") returns null until $find("RadAjaxManager1") does return the desired object helps.
Is there another way to force calls like $find("RadAjaxManager1") to wait until after the RadAjaxManager object is created?
Regards,
Mink