...

/

Master Pages and ASP.NET AJAX (C#)

Master Pages and ASP.NET AJAX (C#)

In this lesson, you will learn how to include AJAX functionality in an entire web application using a master page. Only a ScriptManager control is needed on the master page and a ScriptManagerProxy control on the content page for the specific AJAX functionality.

Importance of AJAX

Over the past several years, more and more developers have been building AJAX-enabled web applications. An AJAX-enabled website uses a number of related web technologies to offer a more responsive user experience.

Creating AJAX-enabled ASP.NET applications is amazingly easy thanks to ASP.NET AJAX Framework.

ASP.NET AJAX is built into ASP.NET 3.5 and Visual Studio 2008. It is available as a separate download for ASP.NET 2.0 applications.

How to include AJAX

It is imperative ...