NoviceToDotNet
NoviceToDotNet

Reputation: 10815

How to do ajax enable

i want to do my visual studio 2008 (2.0) ajax enable...please suggest me what i will have to what tool kit or dll i will have to include and how will i configure it..

Upvotes: 0

Views: 441

Answers (2)

Maximillian
Maximillian

Reputation: 754

Here are step by step instructions on how to setup the Ajax Control Toolkit. If you are specifically using .NET 2.0 framework, you will need to use the older release of the toolkit which you can find here.

Once you have it set up in Visual Studio, you will also need to put a copy of the AjaxControlToolkit.dll into the /bin folder of your website.

Upvotes: 1

arena-ru
arena-ru

Reputation: 1020

You can try to look at ASP.NET AJAX ToolKit

Upvotes: 0

Related Questions