Wiley.com
Get technical support for this product Print this page Share

Wrox's ASP.NET 2.0 Visual Web Developer 2005 Express Edition Starter Kit

ISBN: 978-0-7645-8807-5
Paperback
312 pages
January 2006
Wrox's ASP.NET 2.0 Visual Web Developer 2005 Express Edition Starter Kit (0764588079) cover image
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.

ChapterPageDetailsDatePrint Run
14 Error in Text
3rd and 4th lines:

MenuItemType, ItemName, ItemSize, and ItemPrice
should be:
MenuItemType, ItemName, PizzaToppings, and GraphicFileName
3/3/06
15 Error in text
Step 7 should read:
"...sort the rows Descending by MenuItemType and Ascending by ItemName..."
6/20/06
27 Error in text
Step 12, should read:
"...because debugging is not enabled in the web.config file..."
6/20/06
28 Error in Figure Numbering
The figure number Fig 1-32 is duplicated. The figure on this page
corresponds to step 13. Fig 1-33 corresponds to step 14 and shows
sorting the rows, not highlighting a row.
6/20/06
29 Duplicate Figure
Fig 1-34 is duplicated and the second should be ignored.
6/20/06
2 33 Error in URL
ital paragraph at top of page, url at end should be:
http://quickstarts.asp.net/QuickStartv20/aspnet/doc/localization/localization.aspx
10/25/07
41 Code Error in Figure
In Fig 2-8, the HTML code does not contain the setting for the TopMargin property until you press the Enter key.
6/20/06
52 Error in Figure
In Fig 2-18, the ID for the data source control should be:
SiteMapDataSource1.
6/20/06
68 Error in Table
Table at bottom of page:
The price of a medium Margherita Pizza should be 7.70.
6/20/06
70 Error in text
In the second paragraph, MenuItemID is not shown as shaded in the table.
6/20/06
71 Error in Table
Table at bottom of page:
Replace fkMenuItem with fkMenuItemType.
6/20/06
72 Error in Table
First table:
Replace column name "Itemi" with "Item1".
6/20/06
72 Error in text
In the paragraph under the diagram, the last line should be: "...empty columns in a row where..."
6/20/06
73 Error in Table
Table 3-4, column heading OrderID should be fkOrderID.
6/20/06
73 Error in Table
ItemSize should be a Text column containing the size as Small, Medium, or Large.
6/20/06
73 Error in Table
fkMenuItemID in the second-last row should be 1, not 3.
6/20/06
75 Error in Figure
In Fig 3-3, the relationship for MenuItemID should link to fkMenuItemID.
6/20/06
80 Error in text
First paragraph:
the OrderDate column is not selected in Fig 3-7.
6/20/06
86 Error in text
In Step 7, the entry IX_Table1 does not appear in the dialog until you save the index.
6/20/06
87 Error in Table
The entry for PK_OrderItems does not exist until you save the table.
6/20/06
87 Error in Step
In Step 9, click Close in the Indexes/Keys dialog first.
6/20/06
89 Error in Step
After selecting fkOrderID, you must set the other two fields in the Primary Key to before clicking OK.
6/20/06
91 Error in Step
Step 2, after clicking Add, click Close to close the Add Table window.
6/20/06
91 Error in Step
In Step 3, if you created a relationship in the previous section, there will be a second one shown.
6/20/06
95 Error in Step
In Step 2, click the Next button before moving to step 3.
6/20/06
95 Error in Step
In Step 3, you can also specify a custom SQL statement or stored procedure, as shown in the right-hand side of Fig 3-31.
6/20/06
96 Error in Step
In Step 5, after selecting the tables, click the Add button, then click Close in the Add Table dialog.
6/25/06
98 Error in Figure
In Fig 3-36, th caption should read:
"Sorting by ascending item price".
6/20/06
105 Error in text
At the end of the first paragraph, add "...by clicking on the asterisk."
6/20/06
111 Clarification of Step
In Step 2, last sentence, the Auto-generate fields option referred to is the checkbox below the Selected Fields section.
6/20/06
115 Error in Step
Step 10 should read "Set the Target property to the value _blank".
6/20/06
116 Error in Step
Step 12:
Note that, due to a known issue with the GridView control, you must set the HtmlEncode property of a Bound Column or Field to False if you want to use a numeric format string.
08/02/06
229 Error in Step
Step 15:
Replace ShowEdit
with ShowEditButton.
6/20/06
229 Error in Step
Step 15:
Replace ShowDelete
with ShowDeleteButton
6/20/06
229 Error in Step
step 13:
"and set the ReadOnly property to False."

should be:
"and set the ReadOnly property to True."
06/19/07
232 Error in Step
Step 1 should be read:
ShowCart.aspx (not ShowCart.ascx)
6/20/06
241 Error in code
Step 10, last line of code should read:

e.InputParameters("DeliveryCharge") = ddl.SelectedValue
6/20/06
245 Error in Code
step 3, first code line:
source

should be:
sender
7/26/06
245 Error in Code
step 3, first code line:
source

should be:
sender
7/26/06
Back to Top