Friends,
I have a silverlight control that fires the ajaxRequest event of the RadAjaxManager when canvases are clicked.
The problem I'm having, is I get the above error message if I click between the canvases too quickly.
It seems that $find("<%= RadAjaxManager1.ClientID %>") is "null" and that's what's causing the problem.
Has anyone got a solution for how to queue the requests? Is this the reason I'm getting the problem? I would have thought multiple requests would just cancel each other out. I guess it's the fact that RadAjaxManager1 is coming back 'null' that's concerning me the most.
I'm using master pages.
Cheers,
Daron