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

rad ajax is not working when updated from .NET version 2 to 4

1 Answer 52 Views
GridView
This is a migrated thread and some comments may be shown as answers.
yogi
Top achievements
Rank 1
yogi asked on 04 Nov 2014, 10:00 PM
I have rebuild my entire project from .NET 2 to .NET 4 and i was using rad ajaz dll earlier to accomplish all my ajax calls to the server but since this dll is not supported in version 4 of .net all my ajax controls are broken.
for example 'ctl00_MainContent_RadAjaxManager1' this ID doesnt contains excape sequence so the UI is broken. please advice.


<select name="ctl00$MainContent$ddDatabases" onchange="javascript:setTimeout('AjaxNS.AR(\'ctl00$MainContent$ddDatabases\'\'\', 'ctl00_MainContent_RadAjaxManager1', event)', 0)" id="ctl00_MainContent_ddDatabases" class="dropdown" >


1 Answer, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 06 Nov 2014, 04:29 PM
Hello Yogi,

First, let me start by saying that you should avoid opening multiple treads with the same question, because it is not convenient for anyone (the Support team, the community nor for you).

Now, moving to the issue. If you move from .NET 2 to .NET 4.0 you will have to download and use the DLL files for .NET 4.0 instead, because the old DLLs are not compatible with .NET 4.0.

If there are any other issues that you are facing, please provide some more details on them.


Best Regards,
Konstantin Dikov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
GridView
Asked by
yogi
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Share this question
or