| Author: Mari raj k 10 Oct 2008 | Member Level: Silver | Rating:  Points: 6 |
Installing AJAX Control Toolkit in Visual Studio 2008
http://www.aspnettutorials.com/tutorials/ajax/installing-ajax-toolkit-2008.aspx
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 from www.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:
|
| Author: Vivek 10 Oct 2008 | Member Level: Gold | Rating:  Points: 5 |
You need to instal ajax from below link and then you do need to copy certain DLLS and follow the process as described in below link to enable AjaxToolKit Controls...
Make sure you add ajaxToolkit when you first time work with AjaxToolKit
Refer below links..
http://www.codeplex.com/AjaxControlToolkit // download
http://weblogs.asp.net/nannettethacker/archive/2008/02/07/ajax-control-tookit-installation-in-visual-web-developer.aspx // steps
|