Errata for Microsoft® ASP.NET Programming with Microsoft Visual C#® .NET Version 2003 Step By Step
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 86
|
Imports Should Be Using
There is an error on page 86. The Imports statement should be Using.Change:"Note that you use the imports statement to access the members of the Animals namespace..."To:"Note that you use the using statement to access the members of the Animals namespace..."
|
Microsoft Press |
May 06, 2010 |
|
| Printed |
Page 121
|
"fnf.aspx.vb" Should Be "fnf.aspx.cs"
There is an error in the file name in step 6. The .vb file extension should be .cs.
Change:
"6 Save fnf.aspx and fnf.aspx.vb."
To:
"6 Save fnf.aspx and fnf.aspx.vb."
|
Microsoft Press |
Jul 13, 2010 |
|
| Printed |
Page 153
|
Incorrect URL To XSS Overview
The URL provided on page 153 for the Cross-site Scripting Overview page is incorrect.
Change:
"http://www.microsoft.com/technet/security/topics/csoverv.asp"
To:
"http://www.microsoft.com/technet/security/news/csoverv.mspx"
|
Microsoft Press |
May 06, 2010 |
|
| Printed |
Page 256
|
Incorrect Text Regarding Operators
The operator mentioned at the bottom of page 256 is incorrect.
Change:
"is appended to this text programmatically in the event handler using the & operator."
To:
"is appended to this text programmatically in the event handler using the + operator."
|
Microsoft Press |
Jul 13, 2010 |
|
| Printed |
Page 414
|
Imports Should Be Using
There is an error on page 414. The Imports statement should be Using.Change:"In this syntax example, an Imports statement imports the System.Web.Services namespace."To:"In this syntax example, a Using statement imports the System.Web.Services namespace."Microsoft Press is committed to providing informative and accurate
books. All comments and corrections listed above are ready for
inclusion in future printings of this book. If you have a later printing
of this book, it may already contain most or all of the above corrections.
|
Microsoft Press |
May 06, 2010 |
|