Wiley.com
Print this page Share

Professional ASP.NET 2.0 Server Control and Component Development

ISBN: 978-0-471-79350-2
Paperback
1224 pages
August 2006
Professional ASP.NET 2.0 Server Control and Component Development (0471793507) cover image
This title is out-of-print and not currently available for purchase from this site.

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.

ChapterPageDetailsDatePrint Run
15 Error in Text
Page 15, listing at top of page:

Lines 6, 8, 9, 10, 12, 13:
Text reads:
day

Should read:
month

This holds in all places where day appears (8 total occurrences to correct).
09/12/2006
29 Error in Figures
Page 29:
The screens for figures 2-3 and 2-4 are reversed and should be swapped.
09/12/2006
77 Error in Code
step 4. at bottom of page, first line of code:
protected virtual void RaisePostDataChangedEvent()

Should read:
void IPostBackDataHandler.RaisePostDataChangedEvent()
03/17/08
106 Error in Text/Listing
Page 106, Heading for listing 5-13 should be:

Listing 5-13: The AddContainer method
09/22/2006
9 220 Error in Code
6th line of code at bottom of page :
Int numOfRows = [(int)ViewState[“RowCount”];

should be:
Int numOfRows = (int)ViewState[“RowCount”];
10/11/07
Back to Top