Errata

Microsoft® ASP.NET 2.0 Step By Step

Errata for Microsoft® ASP.NET 2.0 Step By Step

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 249
Last paragraph

Step 6 reads, "Now click the Submit String button."

It should read, "Now click the Just Submit button."

Craig Shaynak  Feb 25, 2012 
Printed Page 276
First code block

The first block of bold code reads:
Trace.Warn("Page_Load", "looking in cache");
C:dt=(DataTable)Cache["InventoryDataTable"];
Trace.Warn("Page_Load", "done looking in cache");

The C: at the start of the second line should be removed to leave:
Trace.Warn("Page_Load", "looking in cache");
dt=(DataTable)Cache["InventoryDataTable"];
Trace.Warn("Page_Load", "done looking in cache");

Alexander Gay  Oct 21, 2011