![]() Beginning ASP.NET 1.0 with Visual Basic.NET
ISBN: 978-0-7645-4369-2
Paperback
816 pages
June 2002
US $39.99
This price is valid for United States. Change location to view local pricing and availability. Other Available Formats: Adobe E-Book
|
Instructors may request an evaluation copy for this title.
|
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 |
|---|---|---|---|---|
| 3 | 109 | <asp:listbox> control The multiple selection listbox on this page is incorrectly stated. The selection mode attribute should be one word, as follows:
<asp:listbox id="list1" runat="server" selectionmode="multiple">
|
10-Oct-02 | 2 |
| 241 | Error in Button Server Control The code line If ExtraInfoBox Is "On" then should read: If ExtraInfoBox.Checked Then |
18-Oct-02 | 1 | |
| 243 | Erratum in How It Works Section A button control is incorrectly stated. It should read:
<asp:Button id="Button1" text="Click here to Submit" onClick="ClickHandler" runat="Server" />
|
10-Oct-02 | 2 | |
| 270 | Typographic Error An extraneous 'e' appears in the logic. It should read as follows:
If _Gear < -1 Then _Gear = -1
|
10-Oct-02 | 2 | |
| 413 | Error in Cookie2.aspx An error has been found the Cookies example in this chapter. It has been noted that the instructions to close your browser and open it again to demonstrate cookie action do not work. Gary Johnson, the author in charge of the chapter's update has provided the following information: "I could not find a solution that wasn't overly convoluted. I think the original author meant to say that if you leave and come back you can hit refresh and the items won't increment. There is just no way to distinguish between a refresh and the add click event without leaving the page. The refresh is a post back in this context." So, this example is only capable of demonstrating cookie use while the browser remains open. |
18-Oct-02 | 1 | |
| 14 | 514 | Combination of <Table> element code
A table element is demonstrated across two elements (as below) when it should be combined into one.
The book reads:
<table border="1" width="100%" stlye="color:Black;border collapse:collapse;">
|
10-Oct-02 | 2 |
| 14 | 521 | Erratum in DataSet element The line reading: dataSet.ReadXML(fileStream) should read as:
dataSet.ReadXML(sourceXML)
|
10-Oct-02 | 2 |
| 15 | 566 | width element incorrect The width element that reads: <width="10%""> Should be changed to read:
<width="100%">
|
10-Oct-02 | 2 |
| 16 | 604 | <link> element error The line that reads: &tl;link rel="stylesheet" type="text/css" href="style.css"> Is missing a closing slash. It should read as follows:
<link rel="stylesheet" type="text/css" href="style.css"/>
|
10-Oct-02 | 2 |
| 687 | Test ISBN incorrect The test ISBN is incorrectly stated as 1861007364. It should infact be 1861007345 |
10-Oct-02 | 2 |

