Ajax Control Toolkit working with SharePoint 2010
How to make Ajax Control Toolkit working with SharePoint 2010? Here are the steps to make Ajax Control Toolkit working with SharePoint 2010. Download Correct (compatible) version of Ajax Control Toolkit. Since current release of Ajax Control Toolkit doesn’t work with SharePoint 2010, you need to download previous release. Maybe Ajax Control Toolkit team will address this issue and we’ll be able to use current Toolkit version with SharePoint in future. Until the current release is made compatible, please download the SharePoint 2010 compatible Ajax Control Toolkit from here . Add AjaxControlToolkit.dll reference to your project To use the Ajax Control Toolkit in your SharePoint project, add reference to the AjaxControlToolkit.dll in your project. To use the Ajax Control Toolkit in any web part control add the following lines to register the Ajax Control Toolkit namespace. <% @ Register Assembly ="AjaxControlToolkit, Version=3.0.30930.28736, Culture=neutral, Public...