Install AJAX Control Toolkit in Visual Studio 2008


HOME                AJAX                  VALIDATION                 EMAIL                 ADO.NET               SILVERLIGHT                 CONTACT US  





This tutorial will guide you through installing Microsoft's AJAX Control Toolkit in Visual Studio.NET 2008. 

This tutorial was created using Visual Studio.NET 2008. The AJAX Control Toolkit can be installed in 2005, but Microsoft's ASP.NET AJAX Extensions, which can be downloaded at this location, must be installed.
Microsoft's AJAX Control Toolkit is not included with the .NET Framework, but can be downloaded fromwww.codeplex.com/AjaxControlToolkit. This Toolkit is constantly being updated and consists mainly of AJAX Extenders for ASP.NET Controls.
In this tutorial, you will learn how to install the toolkit for use in Visual Studio.NET 2008.
To get started, we need to first download the AJAX Control Toolkit from Microsoft, using the link above. We should get the ZIP file with the source code.
Once downloaded, extract to a folder on your computer and start Visual Studio. We will add the toolkit to the toolbox within VS. Open up the toolkit and right-click in an empty space, then choose Add Tab:



Give it a name like AJAX Toolkit:


Then when it is added, right-click under the tab and select Choose Items.

Wait for the Window to appear, and then click the Browse button under the .NET Framework Components tab.



[Click to enlarge]


Navigate to the folder you extracted the ZIP file to and select the AjaxControlToolkit.dll in the SampleWebSite/Bin/ directory.




[Click to enlarge]
VS will load all the controls from the dll and display them in the list, all checked:



[Click to enlarge]


When you click Ok, VS will then add all the AJAX Toolkit controls to the toolbox:
Now we are able to add any of these controls to our web applications. However, we must still remember the ScriptManager, as all of these controls are AJAX-enabled.











HOME                 AJAX                   VALIDATION                  EMAIL                  ADO.NET                  SILVERLIGHT                  CONTACT US

No comments:

Post a Comment