How To Install AJAX Control Toolkit
How To Install AJAX Control Toolkit
How To Install AJAX Control Toolkit
previous article ASP.Net AJAX Control Toolkit. Now after downloading the zip file, follow
these steps:
2. Then extract the files of downloaded Control Toolkit .zip inside new created folder.
3. You will get the following folders and files from the extracted items:
o AjaxControlExtender
o AjaxControlToolkit
o Binaries
o SampleWebSite
o TemplateVSI
o ToolkitTests
o AjaxControlToolkit.sln [Visual Studio Solution file]
Note: You can see all the Control Toolkit components included in this framework by
right clicking on above SampleWebSite in solution explorer --> select view in
browser. It will show the sample web site showing the demo of all AJAX control
toolkit components.
8. Now you are ready to add the Control Toolkit in your Visual Studio 2005.
First of all go to TemplateVSI bin folder discussed in step 6 and run
AjaxControlExtender.vsi. This installer will install the ASP.Net web template that
will enable you to create AJAX Control Toolkit Web Site.
9. After installing AjaxControlExtender.vsi, open the Visual Studio 2005 and go for
New Web Site, there you will see a new My Template item as AJAX Control Toolkit
Web Site, select it and create a new website.
It’s also simple to add Toolkit on Visual Studio Toolbox. In the above new AJAX Control
Toolkit Web Site, move your mouse on Controls Toolbox at right side and create a new Tab
with name AJAX Toolkit. Then right click under the AJAX Toolkit tab and select choose
items, this will open Choose Toolbox Items dialog box. Click on browse button at bottom and
select the AJAXControlToolkit.dll file at this path: X: or C:\Program Files\Microsoft
ASP.NET\ASP.NET 2.0 AJAX Extensions\AJAX Control Toolkit\SampleWebSite\Bin
It will populate the AJAX controls into the AJAX Toolkit tab.