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)
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.