winzenghua 发表于 2013-1-29 10:59:18

Installing AJAX Control Toolkit 4 in Visual Studio 2010

Installing AJAX Control Toolkit 4 in Visual Studio 2010

<div class="post"><div class="postsub">In this tutorial I’ll show you how to install AJAX Control toolkit step by step:
You can download AJAX Toolkit .NET 4 “Apr 12 2010” released before 4 days, from http://ajaxcontroltoolkit.codeplex.com/releases/view/43475#DownloadId=116534, Once downloaded, extract AjaxControlToolkit.Binary.NET4 on your computer, then extract AjaxControlToolkitSampleSite.
after that you need to open Visual Studio 2010, So we will add the toolkit to the toolbox. To do that press right-click in an empty space on your toolbox, then choose Add Tab.
http://weblogs.asp.net/blogs/yousefjadallah/image_thumb_7185EB30.png
You can rename the new tab to be “Ajax Toolkit” for example :
http://weblogs.asp.net/blogs/yousefjadallah/image_thumb_723E0580.png
Then when it is added, right-click under the tab and select Choose Items:
http://weblogs.asp.net/blogs/yousefjadallah/image_thumb_6750FE6B.png
When the dialog box appears Choose .NET Framework Components tab then click Browse button and find AjaxControlToolkit folder that you installed the AJAX Control Toolkit. In that directory you will find a sub-directory called AjaxControlToolkitSampleSite, and under that folder you will find bin Folder, in this folder choose AjaxControlToolkit.DLL which 5.59 MB.
The result of these steps, Visual Studio will load all the controls from the DLL file and by default it will be checked in this list:
http://weblogs.asp.net/blogs/yousefjadallah/image_thumb_7ACA2440.png
To submit your steps press OK button.
Ultimately,you can find the components in your Toolbox and you can use it.
http://weblogs.asp.net/blogs/yousefjadallah/image_thumb_4799FCA5.png
Happy programming!
页: [1]
查看完整版本: Installing AJAX Control Toolkit 4 in Visual Studio 2010