.NET news » Ajax 
ASP.NET AJAX in Action
Authors: Alessandro Gallo, David Barkol, Rama Vavilala
Average rating: (21 reviews)
More .NET Ajax books
How To Implement a NavigationPanel Using AJAX
This article is going to demonstrate how to implement web applications based on Ajax and ClientScriptCallBack as it presents a simple example. Also, the article is trying to point at the key futures of working with Ajax
Introduction to the ATLAS FilteredTextBox Extender
The new AJAX.NET Extensions and the AJAX Control Toolkit provide powerful additions to the ASP.NET developer. By providing client-side capabilities all controlled within these "extenders," you have the means to provide more powerful input into how the application interacts, giving your application a richer UI. In this article, we'll be looking at the FilteredTextBox extender to see how this works.
Combining External Data Sources with a MS SQL Server Database to Create Google Maps Using AJAX and ASP.NET
To dynamically generate a Google Map with combined data sources from an external web service or API and from an internal MS SQL database, using AJAX and the ASP.NET environment.
17 Nov 2006, 10:21:00 Source: Combining External Data Sources with a MS SQL Server...
Tags: ASP.NET
Ajax
Master AJAX Pop-Ups Using the HoverMenuExtender Control
AJAX has made layering contextual information into a Web interface completely elegant and unobtrusive. If you build Web apps, this is one trick you definitely want in your hat. Find out how to exploit the HoverMenuExtender in the ASP.NET AJAX Control.
Building an AJAX based chat room in ASP.NET
Build an HTTP based chat room without the need for a Java Applet or an ActiveX control
GeoLocation using REST, AJAX, and Yahoo! for use with Google Maps
Implementing geolocation using REST, AJAX and Yahoo! for use with Google Maps.
Simplify Dependent Lists with the Microsoft AJAX CascadingDropDown Control
In many Web applications, when a user selects an option from a dropdown list, the set of options on another list must change, a challenge known as the "dependent list problem." The CascadingDropDown control solves the problem with aplomb.
Another Simple Wait Page
An article to demonstrate to use asynchronous delegate call and client script callback to build long wait page
OutPost: PostBack Over XmlHttp
Real postback of ASP.NET WebForms without reloading the entire page.
Coding a custom ClickBehavior with MS AJAX
The MS AJAX framework provides an event model similar to the .NET framework's one. We can create, raise and handle events in a manner similar to what happens in a code-behind file of an ASP.NET page. Plus, the MS AJAX framework allows to attach pieces of re-usable client-side functionality through the concept of behaviors. Let's give an example of these concepts with the help of a little example.

