As ASP.NET AJAX continues to grow in both scope and popularity, tutorials and best practices are emerging as well. To help develop new skills or hone existing ones, here we have compiled some recent tips, bits of advice and downloads for working with Microsoft's Ajax technology.
A good starting point is the MSDN article ASP.NET Atlas Powers the AJAX-Style Sites You've Been Waiting For by Matt Gibbs of the ASP.NET team. Gibbs explains the difference in client-server interaction between traditional; Web applications and Ajax-enabled apps. It also covers the ASP.NET AJAX client script library -- which makes it easier for .NET developers to work with JavaScript -- as well client script controls and server controls.
A second MSDN article -- which actually fits into a four-part series on role management in ASP.NET 2.0 apps -- provides a nice synopsis for incorporating Atlas into an existing application. Consultant Peter Kellner writes about two techniques in Microsoft ASP.NET 2.0 Member/Role Management with IIS, Part 3: AJAX Enhancements with Microsoft Atlas:
Once you understand the basics, it's time to take the technology for a test drive. ASP.NET AJAX is available as a free download, and there's also an ASP.NET AJAX Control Toolkit,
To continue reading for free, register below or login
To read more you must become a member of SearchWinDevelopment.com
');
// -->

which offers a variety of ready-made controls and components, from cascading drop-down menus and collapsible panels to TextBox watermarks and rounded corners. In addition, there are controls and templates for writing your own Atlas extenders.
The ASP.NET AJAX Control Toolkit currently contains more than 20 components. Microsoft aims to continue updating it regularly, with its own work as well as that of outside developers, but odds are it will represent just the tip of the iceberg when it comes to Web application functionality. Thus bloggers are beginning to post their own Atlas add-ins.
Over on the Code Project, Ahmed Saeed has posted code for an ASP.NET DropDownList that includes shape names and an image control. Select the shape name "circle" and a circle will appear. Read about this application here.
A second sample comes from Shiju Varghese, who writes about and provides sample code for drag and drop controls as well as opacity, fading and time limits in animation, which comes from the AtlasUIGlitz JavaScript library. Check out Varghese's blog entry here.
There is also the Focus extender, which allows developers to set the input focus to a particular control on a Web form. It was written by Chris Crowe and can be seen here.