Wiley.com
Print this page Share

Professional Silverlight 2 for ASP.NET Developers

ISBN: 978-0-470-27775-1
Paperback
672 pages
February 2009
Professional Silverlight 2 for ASP.NET Developers (0470277750) 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
373 Error in Code
// Visa name (one way binding)
VisaBinding.Mode = BindingMode.TwoWay;

Should be:

// Visa name (two way binding)
VisaBinding.Mode = BindingMode.TwoWay;
5/19/09

Related Titles

More By These Authors

General Programming & Software Development

by Doug McCune, Deepa Subramaniam
by John Paul Mueller
by Shoshana Loeb, Benjamin Falchuk, Thimios Panagos
by Thomas Rizzo, Richard Riley, Shane Young
Back to Top