using Ajax tool kit in 2005 web project

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have a visual studio 2005 project
How do I use the Ajax control tool kit without having to creat a brand new
project ?

TIA

Stu
 
If your project is already asp.net AJAX enabled you basically just have to
add a reference to AjaxControlToolkit.dll to use the toolkit.

To AJAX enable an existing project, try creating an AJAX enabled project
from VS.net 2005 and have look at web.config and references to see what is
necessary.

HTH, Jakob.
 
Back
Top