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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top