tags:

views:

57

answers:

1

I want to follow instructions from this video and add Back/Forward button support to a wizard (System.Web.UI.WebControls.Wizard). However, the ScriptManager object in my code has no IsNavigating property.

Why?
What do I have to install? (I have .NET Framework 3.5 SP1 installed)
What version of System.Web.Extensions should I see in GAC? (I have 3.5.0.0)

+1  A: 

Did you select the framework as 3.5 when you created the project?

Edit: It seems your project was developed using .net framework 2.0. This is the reason why you had to convert the project to VS 2008.

Shoban
Right click the project and click -> Property Pages . In the resulting Window, Click Build Tab and you can see the framework there. Since Its old project I think it should be using 2.0 ...
Shoban
I am using Visual Studio 2005 and maybe that's why I cannot see the information about the framework - http://img63.imageshack.us/img63/2213/pp1.png and http://img23.imageshack.us/img23/7421/pp2u.png
Marek Grzenkowicz
I am using VS 2008.. Dont have VS 2005 now.. Will be able to post tomorrow from office.
Shoban
I converted the project to VS 2008. After conversion, I checked selected version of .NET framework - it was set to 3.5; maybe the conversion project changed it automatically. I'm not sure; however, this solved the problem.
Marek Grzenkowicz