Answered by:
Visual Studio 2008 to Visual Studio 2012

Question
-
User-373571878 posted
I am new to 2012. I see in the toolbox there is a tab for AJAX EXtensions. I remember in 2008 I had to import AJAX tool box. Is AJAX now included in 2012?
I brought an existing web form and code from a 2008 version as I want to try and start converting 2008 to 2012. In the first page i brought over in 2008 I am using a ToolkitscriptManager, but it does not exist in 2012. in 2012 they have a scriptmanager, ScriptmanagerProxy, a Timer, Update Panel and Update Progress.
So I am a little confused as to what I should be doing here. Do I still need to import an AJAX toolbox in, or do I no longer use a toolkitscriptmanager ?
Thanks
Tuesday, February 24, 2015 11:33 AM
Answers
-
User1689970273 posted
This maybe a bit tricky. VS 2012 introduce NUGET. Try to download it from Nuget.
Otherwise, you may download it from the following:
https://ajaxcontroltoolkit.codeplex.com/releases/view/100852
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, February 24, 2015 8:34 PM -
User1918509225 posted
Hi StrangerMike,
If you want to use AjaxControl Toolkit in Visaul Studio,you still need to install it .
And import it to toolbox.
Please refer the tutorial about how to install ajax control toolkit in visual studio 2012.
https://ajaxcontroltoolkit.codeplex.com/releases/view/90063
Best Regards,
Kevin Shen.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, February 24, 2015 8:54 PM
All replies
-
User1689970273 posted
This maybe a bit tricky. VS 2012 introduce NUGET. Try to download it from Nuget.
Otherwise, you may download it from the following:
https://ajaxcontroltoolkit.codeplex.com/releases/view/100852
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, February 24, 2015 8:34 PM -
User1918509225 posted
Hi StrangerMike,
If you want to use AjaxControl Toolkit in Visaul Studio,you still need to install it .
And import it to toolbox.
Please refer the tutorial about how to install ajax control toolkit in visual studio 2012.
https://ajaxcontroltoolkit.codeplex.com/releases/view/90063
Best Regards,
Kevin Shen.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, February 24, 2015 8:54 PM -
User-373571878 posted
thanks for the information
Wednesday, February 25, 2015 3:56 PM