Calender Extender control is not working after upgrading AjaxcontrolToolkit to version 3.5.7.1213.
This is how my page looks.
<%@ Register Assembly="AjaxControlToolkit, Version=3.5.7.1213, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
<%@ Register Assembly="AjaxMin, Version=4.97.4951.28478, Culture=neutral, PublicKeyToken=21ef50ce11b5d80f" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
<asp:ToolkitScriptManager id="ScriptManager" runat="server" EnablePageMethods="false" EnablePartialRendering="true" EnableScriptGlobalization="false" EnableScriptLocalization="true" />
<WebPartPages:SPWebPartManager id="m" runat="Server" />
Can anyone please help?
Comments: Please refer to the following article to get additional information about upgrading your existing project to the latest version of ASP.NET AJAX Control Toolkit: [Upgrade guide](https://ajaxcontroltoolkit.codeplex.com/wikipage?title=Upgrade%20your%20project%20to%20AjaxControlToolkit%20v15.1)
This is how my page looks.
<%@ Register Assembly="AjaxControlToolkit, Version=3.5.7.1213, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
<%@ Register Assembly="AjaxMin, Version=4.97.4951.28478, Culture=neutral, PublicKeyToken=21ef50ce11b5d80f" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
<asp:ToolkitScriptManager id="ScriptManager" runat="server" EnablePageMethods="false" EnablePartialRendering="true" EnableScriptGlobalization="false" EnableScriptLocalization="true" />
<WebPartPages:SPWebPartManager id="m" runat="Server" />
Can anyone please help?
Comments: Please refer to the following article to get additional information about upgrading your existing project to the latest version of ASP.NET AJAX Control Toolkit: [Upgrade guide](https://ajaxcontroltoolkit.codeplex.com/wikipage?title=Upgrade%20your%20project%20to%20AjaxControlToolkit%20v15.1)