Developing Microsoft ASP.NET Server Controls and Components Comments and Corrections (816808)



The information in this article applies to:

  • MSPRESS Developing Microsoft ASP.NET Server Controls and Components ISBN 0-7356-1582-9

SUMMARY

This article contains comments, corrections, and information about known errors relating to the Microsoft Press book Developing Microsoft ASP.NET Server Controls and Components, ISBN 0-7356-1582-9.

The following topics are covered:

  • Page 150: Error In Table 8-2
  • Page 604: Incorrect Calendar In Figure 21-2

MORE INFORMATION

Page 150: Error In Table 8-2

There is an error at the bottom of page 150 in Table 8-2. The order of the end tags in the public virtual void RenderEndTag description is incorrect.

Change:
"you must render the end tags </table></tr></td>"

To:
"you must render the end tags </td></tr></table>"

Page 604: Incorrect Calendar In Figure 21-2

In figure 21-2 on page 604, the calendar pop-up UI shows the month of March 2002 as having only 28 days. This figure should be updated to accuratedly reflect March 2002.

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.

Modification Type:MinorLast Reviewed:10/24/2003
Keywords:kbdocfix kbdocerr KB816808 kbAudEndUser