Errata for "ASP.NET 2.0 Visual Web Developer Starter Kit"

J.Wiley & Son, ISBN: 0-764-58807-9

  

 

Page

Details

14

Step 6, the columns you should add are:

MenuItemType, ItemName, PizzaToppings, and GraphicFileName

15

Step 7, should read: "... sort the rows Descending by MenuItemType and Ascending by ItemName...".

27

Step 12, should read: "...because debugging is not enabled in the web.config file ..."

28

Fig 1-32, the figure number is duplicated. The figure on page 28 corresponds to step 13. Fig 1-33 shows sorting the rows, not highlighting a row, and corresponds to step 14.

29

Fig 1-34 is duplicated and should be ignored.

41

Fig 2-8, the HTML code does not contain the setting for the TopMargin property until you press the Enter key.

52

Fig 2-18, the ID for the data source control should be SiteMapDataSource1.

68

Table at bottom of page, price of a medium Marguerite Pizza should be 7.70.

70

Second paragraph MenuItemID is not shown as shaded in the table.

71

Table at bottom of page, fkMenuItem should be fkMenuItemType.

72

First table, column name Itemi should be Item1. In the paragraph under the diagram, the last line should be: "...empty columns in a row where..."

73

Table 3-4, column heading OrderID should be fkOrderID. fkMenuItemID in the second-last row should be 1 not 3. ItemSize should be a Text column containing the size as Small, Medium or Large.

75

Fig 3-3, the relationship for MenuItemID should link to fkMenuItemID.

80

First paragraph, the OrderDate column is not selected in Fig 3-7.

86

Step 7, the entry IX_Table1 does not appear in the dialog until you save the index.

87

The entry for PK_OrderItems does not exist until you save the table. In Step 9, click Close in the Indexes/Keys dialog first.

89

After selecting fkOrderID, you must set the other two fields in the Primary Key to <None> before clicking OK.

91

Step 2, after clicking Add, click Close to close the Add Table window. In Step 3, if you created a relationship in the previous section, there will be a second one shown.

95

Step 2, click the Next button before moving to step 3. 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.

96

Step 5, after selecting the tables, click the Add button, then click Close in the Add Table dialog.

98

Fig 3-36, caption should read "Sorting by ascending item price".

105

At the end of the first paragraph, add "...by clicking on the asterisk."

111

Step 2, last sentence, the Auto-generate fields option is the checkbox below the Selected Fields section.

115

Step 10, should read "Set the Target property to the value _blank (not blank).

116

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.

229

Step 13: Should read "...set the ReadOnly property to TRUE".

Step 15: ShowDelete should be ShowDeleteButton, and ShowEdit should be ShowEditButton.

232

Step 1, should be ShowCart.aspx (not ShowCart.ascx)

241

Step 10, last line of code should read:

e.InputParameters("DeliveryCharge") = ddl.SelectedValue

245

Step 3, first line of code should read:

Dim rbl As RadioButtonList = DirectCast(sender, RadioButtonList)