Home Tab Browse Books Tab For Instructors Tab Email Newsletter Tab About Sybex Tab Contact Us Tab  
sybex.com
Cover image for product 0782129897
Mastering ASP.NET with Visual C#
A. Russell Jones
ISBN: 978-0-7821-2989-2
Paperback
846 pages
July 2002
US $69.99 Add to Cart
This is a Print-on-Demand title. It will be printed specifically to fill your order. Please allow an additional 1-2 days delivery time for paperbacks, and 3-5 days for hardcovers. The book is not returnable.

Residents outside the United States can purchase books through our International Distributors.

 
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 114

Listing 5.1, 6th line of code, the "W" in write should be uppercase.

Page 130

In code example, see detailed description
There are two lines of code that
should not be there.

The lines "lblErrors.Visible = true;" and
"lblErrors.Text = sb.ToString();".

Page 166

1st para., 6th line, 2nd sentence, delete the "you" prior to "you're creating a ....."

Page xxiii

XML Schema (XSD), .
The correct definition should read:

"An XML vocabulary that defines the content and format of other XML documents--their elements, attributes, and content type. By using an XML
document in combination with a schema, you can determine whether a document is <i>valid</i>. A document is valid only if it contains the elements, attributes and content specified in its associated schema. Schemas are intended to replace the older Document Type Definition (DTD) format, which also describe the content of XML documents, but are not written in XML."

Note that the <i>valid</i> should be italicized in the preceding definition.