0

I'm working on ASP.NET "Framework 2.0" and I'm not able to use ScriptManager control. What should I do to be able to use ScriptManager and other AJAX extensions without updating to newer framework?

1
  • 1
    If you have the opportunity, you're better of using a javascript library (like jquery) to get friendly and powerful ajax functionnalities instead of using the ScriptManager and the heavy microsoft ajax framework. Commented Dec 12, 2011 at 15:50

3 Answers 3

1

You should install ASP.NET Ajax and you will able to do things, you are used to.

Sign up to request clarification or add additional context in comments.

2 Comments

But that link will not work for asp.net framework 2.0. That is for 3.5+.
Initially I thought, that was the right link. I changed it, when you were writing your post :)
0

You won't find the 2.0 version on the asp.net website anymore. For the 2.0 version they have archived this. You will need the archived version found here

Comments

0

The working link is: https://www.microsoft.com/en-us/download/details.aspx?id=883

ASP.NET AJAX 1.0

ASP.NET AJAX is a set of technologies to add AJAX (Asynchronous JavaScript And XML) support to ASP.NET. It consists of a client-side script framework, server controls, and more.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.