You can only have 1 RadAjaxManager on a page.
When you use the RadAjaxManager to make asyc calls there's only 1 Event handler (because there is only 1 RadAjaxManager).
However, that means that whenever you use the AjaxRequest event it's going to try to update the
When you use the RadAjaxManager to make asyc calls there's only 1 Event handler (because there is only 1 RadAjaxManager).
However, that means that whenever you use the AjaxRequest event it's going to try to update the
AjaxUpdatedControl
associated to the RadAjaxManager.
This isn't working for me because the panel being updated is located in a asp:Wizard page that is not currently visible.
Any thoughts? I basically want to make different AjaxRequests on the same page and only update certain panels when certain requests are executed.
Can I manually tell a panel to "update"? This would probably solve the problem since I could take out the HTML block that wires up the automatic update.
Thanks,
Kevin