views:

198

answers:

3

Hello

does sy know why the Ajax Enable WebAppication in VS 2008, even if you put the target framework 3.5, target afterwards .NET 2.0 framework?

(so I create the Web application with ASP.NET 2.0 Ajax Extensions 1.0 features enable (.NET framework 3.5) , then I check the Target Framework in the Application Tab of the project properties and it's written 2.0)

do I need to install sg more on my machine ?

Thx in advance

A: 

Try just create ASP.NET Web Application. Select .NET Framework 3.5 in upper right corner of New Project dialog. To make it AJAX enabled, just put ScriptManager in your page.

I don't have Web application with ASP.NET 2.0 Ajax Extensions 1.0 template in my VS 2008.

Vadim
that's what I did and then I could not add the Ajax Control Toolkit in my ToolBox
+1  A: 

ASP.NET 3.5 is basically ASP.NET 2.0 + System.Web.Extensions - The same model as AJAX extensions but with different version numbers and extensions is included in a web application project by default.

Tom Clarkson
The thing is that I tried to do the same than in there : http://www.4guysfromrolla.com/articles/071107-1.aspxbut I could not generate in the codebehind the method call to get the content ("the Add Dynamic Populate ..."part)but finally I made it manually and all works finethx anyway
A: 

Hi

You need to create ASP.NET Web Application. Select .NET Framework 3.5 in upper right corner of New Project dialog and select target framework which you want.

www.interviewsworld.com