Hi,
I am upgrading an application from Classic Telerik controls to the latest ASP.NET AJAX ones. I have replaced the following line of code
with this one:
because the former would no longer compile.
It's crazy, but I can't even find where I got the idea for the second line. Anyway, the problem is that it works with some of my controls but not with others. For some controls it goes into ContentPaneControl_AjaxRequest, for others - it doesn't. The code is all in one script. They all go to that same script.
Any ideas?
Thanks,
Olga
I am upgrading an application from Classic Telerik controls to the latest ASP.NET AJAX ones. I have replaced the following line of code
AjaxPanel.AjaxRequest -=
new RadAjaxPanel.AjaxPanelRequestEventHandler(ContentPaneControl_AjaxRequest);
with this one:
AjaxPanel.AjaxRequest -=
new RadAjaxControl.AjaxRequestDelegate(ContentPaneControl_AjaxRequest);
because the former would no longer compile.
It's crazy, but I can't even find where I got the idea for the second line. Anyway, the problem is that it works with some of my controls but not with others. For some controls it goes into ContentPaneControl_AjaxRequest, for others - it doesn't. The code is all in one script. They all go to that same script.
Any ideas?
Thanks,
Olga