Advanced ASP.NET AJAX Server Controls: For .NET Framework 3.5
Read an excerpt:
Chapter 11: Adding Client Capabilities to Server Controls Using the ASP.NET AJAX Control Toolkit
Excerpt provided courtesy of Addison-Wesley Professional. Copyright © Pearson Education, Addison-Wesley Professional. Written permission from the publisher is required for any use of this material.
|
Be the First to Write a Review and tell the world about this title!People who purchase this book frequently purchase: - JavaScript: The Good Parts; Douglas Crockford, $18.50, 38% Off!
- jQuery in Action; Bear Bibeault, et al, $24.95, 38% Off!
- Pro LINQ: Language Integrated Query in C# 2008; Joseph C. Rattz Jr., $22.25, 51% Off!
- JavaScript: The Definitive Guide, 5th Edition; David Flanagan, $31.50, 37% Off!
Books on similar topics, in best-seller order:Books from the same publisher, in best-seller order:
Supported by the leaders and principal authorities of core Microsoft technologies,
this series has an author pool that combines some of the most insightful authors
in the industry with the lead software architects and developers at Microsoft
and the developer community at large.
Don Box - Architect, Microsoft
This is a great resource for professional .NET developers. It covers
all bases, from expert perspective to reference and how-to. Books in this series
are essential reading for those who want to judiciously expand their knowledge
base and expertise.
John Montgomery - Principal Group Program Manager,Developer Division,
Microsoft
This foremost series on .NET contains vital information for developers
who need to get the most out of the .NET Framework. Our authors are selected
from the key innovators who create the technology and are the most respected
practitioners of it.
Brad Abrams - Group Program Manager, Microsoft
ASP.NET AJAX server controls can encapsulate even the most powerful AJAX functionality,
helping you build more elegant, maintainable, and scalable applications. This
is the first comprehensive, code-rich guide to custom ASP.NET AJAX server controls
for experienced ASP.NET developers. Unlike other books on ASP.NET AJAX, this
book focuses solely on server control development and reflects the significant
improvements in ASP.NET 3.5 AJAX and the latest Visual Studio 2008 features
for streamlining AJAX development
Adam Calderon and Joel Rumerman first review the core Microsoft AJAX Library
and JavaScript techniques needed to support a rich client-side experience. Next,
they build upon these techniques showing how to create distributable AJAX-enabled
controls that include rich browser-independent JavaScript client-side functionality.
The authors thoroughly explain both the JavaScript and .NET aspects of control
development and how these two distinct environments come together to provide
a foundation for building a rich user experience using ASP.NET AJAX.
Create object-oriented cross-browser JavaScript that supports .NET style classes,
interfaces, inheritance, and method overloading
Work with components, behaviors, and controls, and learn how they relate to
DOM elements
Learn Sys.Application and the part it plays in object creation, initialization,
and events in the Microsoft AJAX Library
Build Extender and Script controls that provide integrated script generation
for their corresponding client-side counterparts
Localize ASP.NET AJAX controls including client script
Discover ASP.NET AJAX client and server communication architecture and the new
support for Windows Communication Foundation (WCF)
Understand ASP.NET AJAX Application Services
Create custom Application Services
Design controls for a partial postback environment
Understand the AJAX Control Toolkit architecture and the many features it provides
Develop highly interactive controls using the AJAX Control Toolkit
Understand AJAX Control Toolkit architecture and build controls that utilize
the toolkit
Table of Contents
Foreword xxv
Preface xxvii
Acknowledgments xxxv
About the Authors xxxix
Part I: Client Code
Chapter 1: Programming with JavaScript 3
Chapter 2: Microsoft AJAX Library Programming 51
Part II: Controls
Chapter 3: Components 121
Chapter 4: Sys.Application 169
Chapter 5: Adding Client Capabilities to Server Controls 207
Chapter 6: ASP.NET AJAX Localization 255
Chapter 7: Control Development in a Partial Postback Environment 317
Part III: Communication
Chapter 8: ASP.NET AJAX Communication Architecture 371
Chapter 9: Application Services 425
Part IV: AJAX Control Toolkit
Chapter 10: ASP.NET AJAX Control Toolkit Architecture 481
Chapter 11: Adding Client Capabilities to Server Controls Using the ASP.NET
AJAX Control Toolkit 513
Appendixes
Appendix A: JavaScript in Visual Studio 2008 547
Appendix B: Validating Method Parameters 555
Appendix C: ASP.NET Handlers and Modules 559
Appendix D: Client Error Handling Code 569
Index 577
About the Authors
Adam Calderon is the Application Development Practice Lead at Interknowlogy.
He is also a Microsoft C# MVP and has spoken at TechEd and local user groups
and Code Camps in Southern California. He is an accomplished software developer,
author, teacher, and speaker with over fourteen years of experience designing,
developing, and leading large scale software projects. In his long career, Adam
has worked with numerous Fortune 1000 companies in such diverse industries as
automotive, telecommunications, publishing, medical, and insurance assisting
them in applying Microsoft technologies to further their business initiatives.
Adam also teaches classes at University of California San Diego (UCSD); most
recently on Windows Presentation Foundation and Windows Workflow Foundation.
Author Blog: http://blogs.interknowlogy.com/adamcalderon/
Joel Rumerman is a senior .NET developer at The CoStar Group where he
mainly focuses on Virtual Earth mapping integration. He works with ASP.NET AJAX
Framework and JavaScript on a daily basis. Morbidly, he enjoys reading the Frameworks
source code to learn how it works. Joel got his writing start crafting essays
for the Centennial of Flight celebration.
|