SEARCH
0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Prev | Current Page 61 | Next

Robin Pars, Laurence Moroney, and John Grieb

"Foundations of ASP.NET AJAX"

It supports most
modern browsers, including Mozilla/Firefox, Safari, Opera, and, of course, Internet
Explorer. The Microsoft AJAX Library is covered in detail in Chapter 3.
Second are the ASP.NET 2.0 AJAX Extensions, which provide a server development
platform that integrates AJAX and ASP.NET 2.0. Together, they provide a powerful programming
model that allows the development of AJAX functionality using the same
mechanism that is already in place for developing standard ASP.NET web applications.
This eliminates much of the tedious and burdensome scripting associated with the
development of AJAX applications today. Finally, it makes it very easy to AJAX-enable
your existing ASP.NET applications. The ASP.NET 2.0 AJAX Extensions are discussed in
detail in Chapter 4.
Figure 2-5. The ASP.NET AJAX architecture
CHAPTER 2 ?–  TAKING AJAX TO THE NEXT LEVEL 25
With the ASP.NET 2.0 AJAX Extensions, the process of developing an AJAX application
is similar to what is done today to build an ASP.NET web forms application. Server controls
generate the HTML UI as well as the JavaScript functionality, and the AJAX-enabled
pages run within the browser by leveraging the AJAX Library.


Pages:
49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73