As Ajax continues to gain traction as a formidable framework for Web application development, many ASP.NET developers are looking to leverage their existing programming skills while learning a thing or two about Ajax.
Beginning Ajax with ASP.NET caters to these developers. It introduces them to the JavaScript Object Model, the XmlHttpRequest and Microsoft's ASP.NET AJAX framework.
Chapter 7, Ajax.NET Professional Library, discusses the open-source Ajax framework of the same name. The authors explain how to set up an application so it Ajax.NET Pro-enabled, how to register a page class with Ajax.NET Pro -- which ensures that your code does not have to be rewritten to be made available for JavaScript -- and how to execute Ajax on the client. This last task is accomplished with the help of a JavaScript proxy object, which Ajax.NET Pro creates thanks to a .NET Framework property called reflection.
MORE: Read Beginning Ajax with ASP.NET's Chapter 11: Atlas Controls
Excerpted from the Wrox Press bookBeginning
Requires Free Membership to View
When you register, you'll begin receiving targeted emails from my team of award-winning writers. Our goal is to provide a unique online resource for developers, architects and development managers tasked with building and maintaining enterprise applications using Visual Basic, C# and the Microsoft .NET platform.
Hannah Smalltree, Editorial DirectorCopyright © 2006. Published by John Wiley & Sons Inc. Reprinted with permission.
This was first published in April 2007