WILEY

Publishers since 1807

Wiley - Publishers Since 1807

United States Change Location

cart.gif CART |  MY ACCOUNT |  CONTACT US |  HELP    
Cover image for product 0782128750
Mastering ASP.Net with VB.Net
ISBN: 978-0-7821-2875-8
Hardcover
816 pages
April 2002
This title is out-of-print and not currently available for purchase from this site.
  • Description
  • Table of Contents
  • Author Information
  • Errata

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
Combined Errata

Page 515

Under Cacheing ASP.NET Pages, underneath 1st paragraph,
<% OutputCache Duration="20" VaryByParam="None" %> is missing the @ symbol and should read:

< %@ OutputCache Duration="20" VaryByParam="None" %>

Page 518

Middle of the page under the thin grey line,
<% OutputCache Duration="20" VaryByParam="None" %>
is missing the @ symbol and should read:

< %@ OutputCache Duration="20" VaryByParam="None" %>