This is a migrated thread and some comments may be shown as answers.

Ajax Compatibility

1 Answer 51 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Bhushan
Top achievements
Rank 1
Bhushan asked on 17 Dec 2011, 01:02 PM
radajaxmanager q2 2011 update old versions controls ?

hello sir im using rade ajaxmanger in my project  now i update my old version of radajax with New ajaxcontrol that is q2 2011 .
my question is that ajaxmanager is update the oldcontrols in the updatecontrol tag.
does it update the oldversion of controls in update controls ?

<rada:radajaxmanager id="RadAjaxManager1" runat="server">

<AjaxSettings>

<rada:AjaxSetting AjaxControlID="cboCategory">

<UpdatedControls>

<rada:AjaxUpdatedControl ControlID="cboOffice"/></UpdatedControls>  its my old ajaxcontrol code

nw i replace this with my new version ajax
<telerik:radajaxmanager id="RadAjaxManager1" runat="server">

 

 

<AjaxSettings>

 

 

<telerik:AjaxSetting AjaxControlID="cboCategory">

 

 

<UpdatedControls>

 

 

<telerik:AjaxUpdatedControl ControlID="cboOffice"/>

 

</UpdatedControls>

so that gives error so please tell me the solution for that

1 Answer, 1 is accepted

Sort by
0
Mira
Telerik team
answered on 21 Dec 2011, 01:12 PM
Hello Bhushan,

Using different versions of RadControls for ASP.NET AJAX in one project is not possible - the controls share the same assembly / DLL file.

I hope this helps.

Regards,
Mira
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Ajax
Asked by
Bhushan
Top achievements
Rank 1
Answers by
Mira
Telerik team
Share this question
or