|
Check Prices
Download
Discuss


|
ASP.NET By Example
By Steven A Smith, Nick Chase, Glenn Cook, Nathen Grass, Wynn Netherland, Scott
Swigart, and Will Wise
Errata (1st Edition):
|
Page |
Correction |
| 41 |
"As you can see, our programming code in this page is limited to the Page_Load method, which is the first method called on any ASP.NET page
whenever it is loaded."
should be replaced with:
"As you can see, our programming code in this page is limited to the Page_Load method, which is one of the event handlers that is called when an ASP.NET
page is invoked, prior to its rendering."
|
| 53 |
On the last line, "@is_valid" should read "@IsValid".
|
|