Errata for Programming ASP.NET
Submit your own errata for this product.
The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".
The following errata were submitted by our customers and approved as valid errors by the author or editor.
Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question Note Update
| Version |
Location |
Description |
Submitted By |
Date Submitted |
Date Corrected |
| Printed |
Page 85
+4 |
Set the CssClass property of the Button to button and of the Label to body.
->
Set the CssClass property of the Button to button and of the Label to label.
########################################
|
Anonymous |
|
Mar 01, 2007 |
| Printed |
Page 183
3rd paragraph |
"As seen in Figure 3-4b both the View and Multiview controls derive
not from WesControl, but directly from System.Wes.UI.Control."
NOW READS:
"As seen in Figure 3-4a both the View and Multiview controls derive ^
not from WebControl, but directly from System.Web.UI.Control."
^ ^
|
Anonymous |
|
Mar 01, 2006 |
| Printed |
Page 368
3/4 down on the "Tips" section |
"you'll need to add using Systems.collection..."
NOW READS:
"you'll need to add using System.Collections..."
|
Anonymous |
|
Mar 01, 2006 |
| Printed |
Page 413
2nd paragraph of "DbCommand and DbConnection", 1st sentence |
"...(typically an SQL Statement..."
NOW READS:
"...(typically a SQL Statement..."
|
Anonymous |
|
Mar 01, 2006 |