Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello iam getting when iam runing my site in IE6

Ajaxcontroltoolkit requires asp.net 4.0 scripts. ensure the correct version of the scripts are referenced. if you are using an asp.net scriptmanager switch to the toolkitscriptmanager in ajaxcontroltoolkit.dll

plz help
Posted

just try by changing:
XML
<asp:ScriptManager ID="ScriptManager1" runat="server" />


to this

ASP.NET
<asp:ToolkitScriptManager ID="toolkitScriptMaster" runat="server">
</asp:ToolkitScriptManager>
 
Share this answer
 
v2
Comments
srilekhamenon 5-Apr-12 8:07am    
thanks
 
Share this answer
 
Comments
srilekhamenon 5-Apr-12 8:07am    
thanks
srilekhamenon 5-Apr-12 8:09am    
my question is toolkitscriptmanager replacement of scriptmanager in old version please explan
P.Salini 6-Apr-12 4:41am    
I didn't get your question, can you explain.
did you tried replacing scriptmanager with ToolkitScriptManager?
still you are facing problem?

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