Rate this post

ReviewHostingASP.NET – This tutorial will show you how to integrate AJAX Control Toolkit into ASP.NET Website using 3 techniques. AJAX Control Toolkit provides us various useful controls and extenders. In this part, we will tell you how to integrate AJAX Control Toolkit in your ASP.NET project using nuget packages and package manager console.

How To Integrate AJAX Control Toolkit Into ASP.NET Website

Using Nuget Packages

Step 1

Create a new project or you can use your existing project. Using Top menu in visual studio click on website=>Manage Nuget Packages.

Integrate AjaxControlToolkit 1

Step 2

You will see a popup window like displayed below. Search for AJAX Control Toolkit from the search box located at to right hand side of the popup window. When you see AJAX Control Toolkit in the search results just click on Install button. This will automatically installs AJAX Control Toolkit for your project with all necessary files and changes required in the Web.Config file.

Integrate AjaxControlToolkit 2

You can see it has updated your web.config file and registered AJAX Control Toolkitinto your project. Now you are ready to use Ajax Control Toolkit controls within your project.

Integrate AjaxControlToolkit 3

Using Package Manager Console

This method will also use Nuget packages to install AJAX Control Toolkit for you. But it will use command line like tool to install AJAX Control Toolkit.

Step 1

Create a new project or you can use your existing project. Using Top menu in visual studio click on Tools=>Library Package Manager=> Package Manager Console.

Integrate AjaxControlToolkit 4

Step 2

You will see a new window will open at bottom of Gridview. Type a code “Install-Package AjaxControlToolkit” and hit enter. This will automatically installs AJAX Control Toolkit for your project with all necessary files and changes required in the Web.Config file.

Integrate AjaxControlToolkit 5

Step 3

You can see installation progress.

Integrate AjaxControlToolkit 6

You can also integrate AJAX Control Toolkit into ASP.NET Website using manual installation.

Best and Recommended ASP.NET Hosting

We highly recommend you to HostForLIFE.eu, the leading of Windows and ASP.NET hosting in Europe. Their service is ranked the highest top #1 spot in several European countries, such as: Germany, Italy, Netherlands, France, Belgium, United Kingdom, Sweden, Finland, Switzerland and many top European countries. HostForLIFE.eu is the only solution that helps everyone from personal, professional developers to large enterprises achieve success in ASP.NET website lifecycle management. HostForLIFE.eu gives every customer the opportunity to host unlimited domains in one control panel account with friendly-use Plesk Control panel. It means that you can easily manage all your websites from the same place and on the same server. Moreover, HostForLIFE.eu also offers useful features with the latest PHP, ASP.NET MVC, MySQL 5.7 Databases, SQL Server 2014 Databases and many more.

Simple Ways To Integrate AJAX Control Toolkit Into ASP.NET Website (Part 1)