Wiley.com
Print this page Share

Professional ASP.NET 2.0 AJAX

ISBN: 978-0-470-10962-5
Paperback
336 pages
June 2007
Professional ASP.NET 2.0 AJAX (0470109629) cover image
This title is out-of-print and not currently available for purchase from this site.

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.

ChapterPageDetailsDatePrint 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
www.fiddler-tool.com

should be:

www.fiddlertool.com
12/06/2007

Related Titles

More By These Authors

HTML

by Andrew Hay, Shaun Walker
by Wallace B. McClure, Scott Glavich, Steve C. Orr, Craig Shoemaker, Steven A. Smith, Jim Zimmerman
by Tracy Wittenkeller, Shaun Walker (Foreword by)
Back to Top