| Page | Description | Date Posted |
| 107 |
In Step 1, add the following to the list of properties: LabelEdit True
| 10/6/2007 |
| 122 |
Instructors - there is a bug in the solution program for Programming Challenge #1. Contact irvinek@cs.fiu.edu for the corrected lines.
| 1/19/2009 |
| 244 |
After the first sentence in Programming Challenge #3, insert the following: "Then, create a short test program that lets the user input student information."
| 2/19/2007 |
| 268 |
Step 8 should say: "Create a new view named Users and Projects in the Server Explorer window, and add the Users and Projects tables. Visual Studio will automatically connect the tables with a line that indicates a relation, but it assumes that you want to connect the Users.ID column to the Projects.ID column. Instead, modify the query in the SQL panel so that it joins the Projects.Director_ID and Users.ID columns.
| 3/15/2009 |
| 292 |
Change Checkpoint 5.24 to the following: "Describe the FindBy method in strongly typed DataTable classes."
| 2/19/2007 |
| 309 |
Change each field type marked "autonumber" to "int (identity)".
| 2/19/2007 |
| 309 |
In Table 5-12, change "smallint" to "int". In Table 5-14, change "char(11)" to "int".
| 2/19/2007 |
| 314 |
The title of Tutorial 6-1 should be: "Introducing the Northwind_Library component". Also, in the first sentence of the tutorial, change "Northwind_Database" to "Northwind_Library".
| 8/30/2007 |
| 341 |
Add this sentence to Step 2: "Open the project's Properties window from Solution Explorer, select References, and select System.Data.SqlClient in the Imported namespaces list."
| 2/19/2007 |
| 345 |
Insert at the beginning of Step 7: Declare the following variable at the class level: Private m_products As New Products
| 9/15/2007 |
| 352 |
Remove "AveragePrice" from the subtitle for Tutorial 6-11.
| 2/19/2007 |
| 357 |
In Tutorial 6-12, Step 1, change "component" to "component from Tutorial 6-11".
| 9/20/2007 |
| 358 |
In Tutorial 6-13, Step 5, change "component" to "component from Tutorial 6-11".
| 2/19/2007 |
| 374 |
In the heading named "Requirements Specification for BugTrackAw", change "BugTrackAw" to "ProjectTrackAw".
| 2/19/2007 |
| 379 |
In the last heading on the page, change "spGetMemberProjects" to "spGetProjectMembers".
| 2/19/2007 |
| 455 |
Replace the last sentence in Programming Challenge #2 with: "Allow the director to add and remove members from the project, and modify the project's title, starting date, and description."
| 2/19/2007 |
| 522 |
First sentence in Tutorial 9-1: change "XHMTL" to "XHTML".
| 2/19/2007 |
| 527 |
In Step 19, change the code example to: <tr style="height:10px"></tr>
| 10/6/2007 |
| 570 |
In Figure 9-37, the link at the bottom of the form should be a LinkButton control. Then the RentalInfo form can generate a Page_Load event when you return to it from the confirmation form.
| 10/15/2007 |
| 570 |
Last sentence: change "HyperLink" to "LinkButton".
| 10/15/2007 |
| 585 |
Second sentence of Programming Challenge #4: change "CompareValidator" to "RangeValidator".
| 2/19/2007 |
| 595 |
Last code line on the page: change "Master" to "tmaster".
| 2/19/2007 |
| 596 |
Step 1 of Tutorial 10-1 should begin with: "Create a new Web application"...
| 11/13/2007 |
| 680 |
Replace the second code line on the page with: Return CStr(pubsDs.titles.Rows(0).Item("price"))
| 2/19/2007 |
| 680 |
Fourth code line on page: changee "String.Empty" to "-1".
| 2/19/2007 |
| 683 |
In Programming Challenge #2, change the second bullet item to: "GetProjectMembers: Returns a DataSet containing a list of members belonging to a project that is identified by a project ID."
| 2/19/2007 |
| 686 |
Replace page 686 with this page.
| 2/19/2007 |
| 727 |
Replace the answer to question 5.24 with: "The FindBy method searches for a table row using its primary key value."
| 2/19/2007 |