Introduccion asp.net
. . . . . . . . . . . . . . . . . . . . . 10 The XMLHttpRequest Object . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 Roll Your Own (Little) AJAX Framework . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 An HTTP Object Model. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 The Switch to the Document Object Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 Existing AJAX Frameworks for ASP.NET . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 ASP.NET AJAX in Person . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 Setting Up ASP.NET AJAX Extensions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31 Core Components . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
1
What do you think of this book? We want to hear from you!
Microsoft is interested in hearing your feedback so we can continually improve our books and learning resources for you. To participate in a brief online survey, please visit:
www.microsoft.com/learning/booksurvey/
viii
Table of Contents
2
The Microsoft Client Library for AJAX. . . . . . . . . . . . . . . . . . . . . . . . . .