tags:

views:

800

answers:

2

If I'm using Visual Studio 2008 targeted to ASP.NET 2.0, then which version of the Ajax Control Toolkit should I be using?

A: 

You need the Toolkit version 1.0.20229.20821, AjaxControlToolkit.zip the dll's are targeted to .NET 2.0 and you need also the ASP.NET AJAX Extensions 1.0 for .NET 2.0.

CMS
+1  A: 

Release 11119 seems to be the latest release of the toolkit that targets .net 2.0. You can find it here:

http://www.codeplex.com/AjaxControlToolkit/Release/ProjectReleases.aspx?ReleaseId=8513

If you are using Visual Studio 2008 then the AJAX VS 2008 Templates might be handy as well as the ASP.Net Ajax Extensions V1.0 already mentioned. The templates provide a Visual Studio project that automagically sets up the web.config and gives you a template 'default.aspx' with AJAX ready to go.

http://www.asp.net/AJAX/downloads/