views:

21

answers:

1

I download the ajaxcontroltookit.binary4 file from codeplex is there an installer to install ajax 4 for Visual Studio 2010. Could someone give me some links to these things that I need, please

+1  A: 
  1. Extract the file to some location, say C:\Ajax
  2. Open VS 2010
  3. Open your toolbox (Go to view --> Toolbox if you can't see it)
  4. Right click inside the toolbox, add new tab, say AJAX Controls toolkit
  5. Open the new tab you created, right click inside it, click choose components
  6. Click browse, and then select the .dll file from C:\Ajax
Raze2dust
Thanks I'll give it ago
littleMan
Is there any installer for ajax templates when you choose create new website
littleMan
You mean to automate the above process? Not one that I know of..
Raze2dust
I mean a Web Template for VS 2010 that is ajax ready when you create a new website and also where do you get these file from are they part of the ajaxcontroltoolkit MicrosoftAjaxDataContext.jsMicrosoftAjaxTemplates.js I want to make sure I have all the library files needed
littleMan
In VS 2008, whenever you create an ASP.NET page, it is already AJAX enabled.
Raze2dust