Since the "Errata"-form is too long and boring, it would be easier to put small, unimportant typos here in the forum.
Page 158, Listing 5-22
Controlling how a day is rendered in the calendar
VB:
If (e.Day.DayNumberText =
"25") Then
C#:
if (e.Day.DayNumberText ==
"18")
Page 159:
When the page is built and run in the browser, you can see that the
18th of every month...
Figure 5-27
(the 18th is changed on the picture)
(further)
...Next, a check is made to determine if the day being rendered (checked with the Day property) is the
25th of the month.
--------------------------------------
It is not an important error - even a funny one :)
PS: I must say that this book - on ASP 4.5 - is so much "cleaner" than the other one I am reading at the same time, about 70-483 exam. That is SO FULL of typos... Its errata page is already almost the same length as the book :(