WILEY

Publishers since 1807

Wiley - Publishers Since 1807

United States Change Location

cart.gif CART |  MY ACCOUNT |  CONTACT US |  HELP    
Cover image for product 0470109629
Professional ASP.NET 2.0 AJAX
ISBN: 978-0-470-10962-5
Paperback
336 pages
June 2007
US $39.99 Add to Cart

This price is valid for United States. Change location to view local pricing and availability.

  • Description
  • Table of Contents
  • Author Information
  • Errata
  • Related Websites
  • Download

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