Errata

Programming Microsoft® ASP.NET 3.5

Errata for Programming Microsoft® ASP.NET 3.5

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 153
second html tag shown on page

"<input name="myName" id="myName"........ />"
should read:
"<input name="lastName" id="lastName"........ />"
in order to agree with the earlier part of the example.

Jim Geer  Jun 21, 2012 
Printed Page 339
final code block of page

in method:"public void ProcessData(IAsyncResult ar)"

The IAsyncResult ar in the method parameter is erroneously typed as iar in two locations in the method body

Jim Geer  Jun 21, 2012