Click here to Skip to main content
15,893,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear sir,

How to use Ajax 4.0 instead of Ajax 3.5 component. I need Balloon Popup control so I am trying to use Ajax 4.0. But if I use the version 4.0, some of the asp.net controls are not working. So please help me.

Note:
I can try also,

ASP.NET
<ajax:ToolkitScriptManager id="tksm"  runat="server"></ajax:ToolkitScriptManager>
(or)
<asp:ScriptManager id="sm" runat="server"></asp:ScriptManager>
Posted
Updated 16-Jul-12 22:13pm
v3
Comments
Ankur\m/ 17-Jul-12 4:14am    
Some asp.net controls are not working? This is surprising. Can you give more details about which control is not working and if you are getting any error?
Sandeep Mewara 17-Jul-12 4:51am    
Elaborate please! Details on 'not working controls'
Mohankumar.Engain 17-Jul-12 6:24am    
My project developed under the ajax3.5 toolkit.(asp.net,c#)
My page have grid view control, it have insert,update,delete, as well as popup link(I mean click the link then display popup eg. gender[1.Male, 2.Female ])
all fields are working good.
But now I change 3.5 to 4.0 ajax Toolkit component then grid view operation(insert,update,delete and popup are not working. And also No error occurred.
jkirkerx 17-Jul-12 18:02pm    
Well you only change the ajax version if you change the framework version.

So if your running framework 2.0527 / 3.5, you have to use the Ajax 2.0527 / 3.5. You can't change the ajax version to 4 unless you change the framework.

To change the ajax version, you drop the 4.0 ajax dll in the bin folder, and make sure your loading the correct toolbox script.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900