Wiley: Professional ASP.NET 2.0 AJAX

2014 年 2 月 13 日8610

Description

ASP.NET 2.0 AJAX is Microsoft's Ajax tool for ASP.NET developers and this book covers the ASP.NET 2.0 AJAX final release. You’ll learn how to use the ASP.NET 2.0 AJAX features in order to create richer, more responsive dynamic Web sites. The book walks you through examples for each featured element, demonstrating how the client and server interact to produce a better Web application, and reviews such topics as client framework, script manager control, networking stack, application services, partial page updates, control extenders, client form elements, and client behaviors.

See More

Table of Contents

Acknowledgments.

Introduction.

Chapter 1: Developing Next-Generation Web Applications.

Chapter 2: Partial Page Updates.

Chapter 3: JavaScript for the ASP.NET Developer.

Chapter 4: Understanding the ASP.NET AJAX Client Library.

Chapter 5: Using the ScriptManager.

Chapter 6: ASP.NET AJAX Networking.

Chapter 7: ASP.NET AJAX Application Services.

Chapter 8: Rich AJAX Toolkit Controls.

Chapter 9: Testing and Debugging ASP.NET AJAX Applications.

Chapter 10: Deploying ASP.NET AJAX Applications.

Chapter 11: Building Custom Controls.

Index.

See More

Author Information

Matt Gibbs is currently the development manager of the UI Framework and Services Team. This talented group is responsible for ASP.NET and the AJAX Framework as well as the new Integrated Pipeline of IIS 7. Matt has been working on Microsoft web technologies since joining the IIS 4 team to work on “classic” ASP in 1997. He has co-authored several books on ASP and ASP.NET.

Dan Wahlin (Microsoft Most Valuable Professional for ASP.NET and XMLWeb Services) is a .NET development instructor at Interface Technical Training (http://http://www.zjjv.com//). Dan founded the XML for ASP.NET Developers Website (http://www.zjjv.com/), which focuses on using XML, ADO.NET, and Web Services in Microsoft’s .NET platform. He’s also on the INETA Speakers Bureau and speaks at several conferences. Dan has co-authored/authored several different books on .NET, including ASP.NET 2.0 MVP Hacks and XML for ASP.NET Developers. When he’s not writing code, articles, or books, Dan enjoys writing and recording music and playing golf and basketball with his wife and kids. Dan regularly blogs at http://http://www.zjjv.com///dwahlin and http://http://www.zjjv.com///dan-wahlins-blog.

See More

Related Websites / Extra

Using the ASP.NET AJAX ScriptManagerA Wrox.com article excerpted from the book

Enabling Internet Explorer for Debugging ASP.NET AJAXA Wrox.com article excerpted from the book

See More

Downloads

Download Title Size Download

All sample code from book
Updated 10/22/07 - WinZip file containing individual zip files for each chapter of the book with code.

1.90 MB

Click to Download

See More

Errata

Do you think you've discovered an error in this book? Please check

the list of errata below to see if we've already addressed the

error. If not, please submit the error via our Errata Form. We will

attempt to verify your error; if you're right, we will post a

correction below.

Chapter Page Details Date Print Run

3

56

Error in Text
paragraph at bottom of page, near middle of paragraph:

javascript.options.script

should be:

javascript.options.strict

09/20/07

3

67

Error in Code
Listing 3-18

8th line of code on the page

AND

9th line of code from the end of the code listing are extraneous duplicate lines and can be deleted:

delete the second <script type=text/javascript >

delete the second </script>

09/20/07

76

Error in Code
Type.registerNamespace('Wrox.ASPAJAX.Samples.Album');

Should be:

Type.registerNamespace(Wrox.ASPAJAX.Samples);

08/02/2007

4

80

Error in Code
listing 4-8, 3rd line from end: end of code line

"get_artist"));

should be:

"get_artist");

10/22/2007

5

120

Error in Code
code block in middle of page

<system.web.extensions>

<authenticationService enabled="true" />

</system.web.extensions>

should be:

<system.web.extensions>

<scripting>

<webServices>

<authenticationService enabled="true" />

</webServices>

</scripting>

</system.web.extensions>

09/20/07

9

231

Error in WebAddress
http://www.zjjv.com/

should be:

http://www.zjjv.com/

12/06/2007

See More

0 0