views:

21

answers:

2

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..

A: 

You can try to look at ASP.NET AJAX ToolKit

mmcteam.com.ua
A: 

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.

MadMAxJr

related questions