ajax control toolkit installation

5
Ajax Control Toolkit Installation in Visual Web Developer by Nannette Thacker To install the Ajax Control Toolkit, first download the zip file from http://www.asp.net/ajax/ . Unzip the files into any directory. Give it a name like "AjaxControlToolkit." Open your Visual Web Developer and right click in the Toolbox area. Select "Add Tab."

Upload: rajchanchal

Post on 10-May-2015

1.346 views

Category:

Technology


2 download

TRANSCRIPT

Page 1: Ajax Control Toolkit Installation

Ajax Control Toolkit Installation in Visual Web Developer

by Nannette Thacker

To install the Ajax Control Toolkit, first download the zip file from http://www.asp.net/ajax/.

Unzip the files into any directory. Give it a name like "AjaxControlToolkit." 

Open your Visual Web Developer and right click in the Toolbox area. Select "Add Tab." 

Page 2: Ajax Control Toolkit Installation

Name the tab with something like "Ajax Tookit." 

Right click the new tab area, and select "Choose Items..." 

This will bring up a dialog box to "Choose Toolbox Items." Select the "Browse" button. 

Page 3: Ajax Control Toolkit Installation

Browse to the directory where you unzipped the Ajax Toolkit files. There is a "SampleWebSite" directory within your "AjaxControlToolkit" directory. Browse to the "Bin" directory within the "SampleWebSite" directory. 

Find and select to open the "AjaxControlToolkit.dll" file. 

Page 4: Ajax Control Toolkit Installation

The Choose Toolbox Items dialog will appear, this time with the Ajax Tookit controls selected. Select the "OK" button. 

Page 5: Ajax Control Toolkit Installation

Open or create a web form within your project. Now when you open your toolbox, you will see all of the Ajax Control Toolkit controls, ready for use within your applications. 

May your dreams be in ASP.net!