Asked by:
Download AJAXControlToolkit fro Visual studio 2010

Question
-
User910710390 posted
I tried to download it in toolbox
I added tab and add ajaxcontrol.net4.0.ddl after that I can't see the ajaxcontroltab
I tried again to add tab same name but the VS2010 tell me the tab name is already exist
Please , give me AJAXControlToolkit for Visual studio 2010 Framework.net4.0
What can I do to download it and added in Visual studio 2010
please help me
Tuesday, March 29, 2016 8:53 AM
All replies
-
User-271186128 posted
Hi Mohammed Saleh,
I suggest you could try to use the AJAX Control Toolkit .NET 4 version. You can download from here:
http://ajaxcontroltoolkit.codeplex.com/releases/view/116091
Then, refer to the following article to install AJAX Control Toolkit in Visual Studio Toolbox.
http://www.aspsnippets.com/Articles/Install-AJAX-Control-Toolkit-in-Visual-Studio-ToolBox.aspx
Best regards,
DillionTuesday, March 29, 2016 10:08 AM -
User910710390 posted
Hi Mohammed Saleh,
I suggest you could try to use the AJAX Control Toolkit .NET 4 version. You can download from here:
http://ajaxcontroltoolkit.codeplex.com/releases/view/116091
Then, refer to the following article to install AJAX Control Toolkit in Visual Studio Toolbox.
http://www.aspsnippets.com/Articles/Install-AJAX-Control-Toolkit-in-Visual-Studio-ToolBox.aspx
Best regards,
DillionI download ajax control 4.0
when I add ajax.dll to toolbox
show me the warning message :
security warning this file was possible downloaded from a network location ,and it can potentially harm your computer.only
load assemblies from publishers you trust
Do uou load anyway ?after I click yes and ok the tab is disappeared
I can't see the tab for ajaxcontroltoolkit
how can I do
please help me
Thank's
Tuesday, March 29, 2016 11:31 AM -
User-271186128 posted
Hi Mohammed Saleh,
Please make sure the AJAX Control Toolkit DLL is not deleted or moved from the Location it is saved as otherwise the ToolBox will not show the AJAX Control Toolkit controls.
After download the AJAX Control Toolkit and unzip the package, you could move the folder(contains all of the file, not just the AjaxControlToolkit.dll) to some fixed location in C drive or any drive of your choice. Then, when choose Items for the ToolBox from the folder.
Best regards,
DillionWednesday, March 30, 2016 6:41 AM -
User910710390 posted
Hi Mohammed Saleh,
Please make sure the AJAX Control Toolkit DLL is not deleted or moved from the Location it is saved as otherwise the ToolBox will not show the AJAX Control Toolkit controls.
After download the AJAX Control Toolkit and unzip the package, you could move the folder(contains all of the file, not just the AjaxControlToolkit.dll) to some fixed location in C drive or any drive of your choice. Then, when choose Items for the ToolBox from the folder.
Best regards,
DillionI tried this but the ajaxcontroltoolkit.dll file not exist in the tab after choose Item
Wednesday, March 30, 2016 1:02 PM -
User-46109667 posted
Hi Mohamad,
Use Nuget to install Ajax control tool kit to your project.
https://www.nuget.org/packages/AjaxControlToolkit/
pick the version you want from the above page..
Thank you
Thursday, March 31, 2016 1:56 PM