Click here to Skip to main content
15,891,864 members
Articles / Web Development / ASP.NET

Creating your first ASP.NET AJAX 1.0 Application

5 Feb 2007CPOL7 min read 91.1K   61  
This shows how to AJAX-enable an existing ASP.NET web page by using Microsoft’s ASP.NET AJAX Extensions. The UpdatePanel control provided by the framework makes it really easy to start with AJAX programming by defining the areas of the page you want to update independently without a full page reload

This article is in the Product Showcase section for our sponsors at CodeProject. These articles are intended to provide you with information on products and services that we consider useful and of value to developers.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
Michael O'Brien lives in Dublin, Ireland where he works for InnerWorkings. He currently concentrates on the software that allows InnerWorkings Developer to check code solutions submitted to the InnerWorkings code judging engine. When he's not knee-deep in System.Reflection, he likes to play with ASP.NET and a little bit of Ruby.

Comments and Discussions