How do I get it to work with my project?
|
|
Install the ASP.NET AJAX Control Toolkit
Update web.config
Setup Visual Studio
You can now use the controls in your web sites! |
||||
|
|
|
If you are using MasterPages and Content pages in your app - you also have the option of putting the ScriptManager on the Masterpage and then every ContentPage that uses that MasterPage will NOT need a script manager added. If you need some of the special configurations of the ScriptManager - like javascript file references - you can use a ScriptManagerProxy control on the content page that needs it. |
|||
|
|
|
You can easily install it by writing
for more information you can check this link |
|||
|
|
|
you will also need to have a asp:ScriptManager control on every page that you want to use ajax controls on. you should be able to just drag the scriptmanager over from your toolbox one the toolkit is installed following Zack's instructions. |
|||
|
|
|
It's really simple, just download the latest toolkit from Codeplex and add the extracted |
|||
|
|
protected by Community♦ Apr 1 at 11:39
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.
