Microsoft Visual Web Developer 2005 Express Edition: Build a Web Page Now! Comments and Corrections (905041)



The information in this article applies to:

  • Microsoft Visual Web Developer 2005 Express Edition: Build a Web Page Now!, ISBN 0-7356-2212-4

SUMMARY

This article contains comments, corrections, and information about known errors relating to the Microsoft Press book Microsoft Visual Web Developer 2005 Express Edition: Build a Web Page Now!, ISBN 0-7356-2212-4.

The following topics are covered:
  • Page vii: Extra space in bonus material URL
  • Page 51: Chapter 6 sample code generates error
  • Page 186: Clarification on "next chapter"


MORE INFORMATION

Page vii: Extra space in bonus material URL

The Bonus Material section reads:

"Two additional chapters, Chapter 17, Controlling Access to Your Site and Chapter 18, Displaying Web Parts, are provided on the companion Web site at http://www.microsoft.com/ mspress/companion/0-7356-2212-4/."

It should read:

"Two additional chapters, Chapter 17, Controlling Access to Your Site and Chapter 18, Displaying Web Parts, are provided on the companion Web site at http://www.microsoft.com/mspress/companion/0-7356-2212-4/."

Page 51: Chapter 6 sample code generates error

On page 51, in chapter 6, when attempting to run the example_ch6.aspx page in the ContosoMagic folder, the following error is displayed:

'ASP.example_ch6_aspx' does not contain a definition for 'DropDownList1_SelectedIndexChanged'

The ContosoMagic\example_ch6.aspx file is a working file and was not intended to be run. However, if you want to run this file, perform the following steps:

1. Start Visual Web Developer.
2. On the File menu, click Open and then Web Site.
3. In the Open Web Site dialog box, select the My Documents\Microsoft Press\Visual Web Developer\ContosoMagic folder and click Open.
4. In Solution Explorer, right-click example_ch6.aspx and click View Designer.
5. In the designer, double-click the DropDownList1 drop-down list to generate a DropDownList1_SelectedIndexChanged event handler in code view.
6. Save example_ch6.aspx.
7. In Solution Explorer, right-click example_ch6.aspx and click View In Browser.

The page should display properly in Internet Explorer.


Page 186: Clarification on "next chapter"

On page 186, in the last paragraph, it states:

"The next chapter will explain how to identify your Web visitors, how to protect parts of your site from unauthorized visitors, and how to remember settings and preferences for each identified visitor."

There is no next chapter in the book. Please refer to page vii for information on how to download the bonus chapters from the web:

"Bonus Material - Two additional chapters, Chapter 17, Controlling Access to Your Site and Chapter 18, Displaying Web Parts, are provided on the companion Web site at http://www.microsoft.com/mspress/companion/0-7356-2212-4/."




Microsoft Press is committed to providing informative and accurate books. All comments and corrections listed above are ready for inclusion in future printings of this book. If you have a later printing of this book, it may already contain most or all of the above corrections.

The print number of the book is located on the copyright page in the form of a string of numbers. For example: "2 3 4 5 6 7 8 0 QWT 9 8 76 5 4". The first number in the string is the the print number. In this example, the print number is 2.

Modification Type:MajorLast Reviewed:5/1/2006
Keywords:kbinfo kbdocfix kbdocerr KB905041 kbAudEndUser