How do I get it to work with my project?
|
feedback
|
|
Install the ASP.NET AJAX Control Toolkit
Update web.config
Setup Visual Studio
You can now use the controls in your web sites! | ||||
|
feedback
|
|
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. | |||
|
feedback
|
|
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. | |||
|
feedback
|
|
You can easily install it by writing
for more information you can check this link | |||
|
feedback
|
|
I have included it as written, but when dragging controls from the Toolbox, they still get a "green line" below the ajaxtoolkit tag - and the intellisense does not popup as expected... is there anything else needed? | |||
|
feedback
|