ASP.NET 2.0 Website Programming: Problem - Design - SolutionISBN: 978-0-7645-8464-0
Paperback
600 pages
May 2006
This title is out-of-print and not currently available for purchase from this site.
|
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.
Chapter | Page | Details | Date | Print Run |
---|---|---|---|---|
2 | 8 | Error in Text Second paragraph, Sentence 4: Second instance of 'Windows' should be 'IE' |
12/08/06 | |
2 | 12 | Error in Code <link href="/styles.css" text="text/css" rel="stylesheet" /> Should be <link href="/styles.css" type="text/css" rel="stylesheet" /> |
1/26/09 | |
2 | 17 | Error in Text 1st line: code-beside file should be: code-behind file |
09/18/07 | |
2 | 22 | Error in Code last code block on page, 3rd line: <siteMapNode title="Books" url="~/Books/Books.aspx> should be: <siteMapNode title="Books" url="~/Books/Books.aspx"> |
11/15/07 | |
2 | 22 | Error in Text After heading "Defining a Site Map File" first paragraph, 2nd line: a hierarchical structure of <siteMapPath> nodes Should be a hierarchical structure of <siteMapNode> nodes |
02/06/09 | |
2 | 36 | Error in Code last shaded section of code; next to last line on page: </system.net> should be: </system.web> |
7/26/06 | |
2 | 44 | Error in Code first shaded code block, lines 9-11 (not counting blanks): if ((onlyTextBoxes && ctl is TextBox) || ctl is TextBox || ctl is DropDownList || ctl is ListBox || ctl is CheckBox || ctl is RadioButton || ctl is RadioButtonList || ctl is CheckBoxList) should be these 4 lines instead: if ((onlyTextBoxes && ctl is TextBox) || (!onlyTextBoxes && (ctl is TextBox || ctl is DropDownList || ctl is ListBox || ctl is CheckBox || ctl is RadioButton || ctl is RadioButtonList || ctl is CheckBoxList))) |
6/10/06 | |
59 | Typo abstract class DataAccess { protected int Exec uteNonQuery(DbCommand cmd) should read: abstract class DataAccess { protected int ExecuteNonQuery(DbCommand cmd) |
06/11/07 | ||
101 | Error in Code code sample, 10th line reads: set { base["connectionStdefaultConnectionStringNameringName"] = value; } should be: set { base["defaultConnectionStringName"] = value; } |
6/25/06 | ||
104 | Error in Text p 104, 3 places: txtSubmit appears in: 1. top block of shaded code, 3rd line from end: ID="txtSubmit" 2. end of that same line: OnClick="txtSubmit_Click" 3. first line of the 2nd shaded code block on the page: txtSubmit_Click(object sender, EventArgs e) text reads: txtSubmit should be: btnSubmit |
11/08/06 | ||
115 | Error in Text p115, First line in boxed text should begin "A great new..." (missing A) |
11/08/06 | ||
126 | Error in Text p 126, first line: text reads: aspnet_sql.exe should be: aspnet_regsql.exe |
11/08/06 | ||
4 | 132 | Error in Text "The ChangePassword control enables users to recover or reset their password" should be: "The PasswordRecovery control enables users to recover or reset their password" |
09/04/2007 | |
233 | Error in Code Page 233, In second gray box starting with the 14th line: Code reads: public bool Approve(){ bool ret = Article.ApproveArticle(this.ID); if(success) this.Approved = true; return ret; } Should read: public bool Approve(){ bool success = Article.ApproveArticle(this.ID); if(success) this.Approved = true; return success; } |
11/08/06 | ||
339 | Error in Code The first code listing, second line: ThreadStart ts = new ThreadStart(Test) Should be: ThreadStart ts = new ThreadStart(ExecuteTask) |
09/07/08 | ||
11 | 507 | Error in Text February 2 should be: February 7 |
07/05/2007 |