Chapter 13
This is the chapter where we really go "beyond" the basics.
Alternative stylesheets for different media types. In other words
matching the presentation of your website to the method the visitor is
using to view it. We'll focus on print stylesheets since that is the
most different presentation most people are concerned about.
Then we add validation to our web forms. This can help us make sure
the information we collect bears some relationship to the information we
want to collect. ;-)
We end with a simple password protected section of our website. The
complexities of asp.net membership classes go well beyond the scope of
this book but frequently what you want or need to protect is doesn't
need the full power of membership and personalization and a single
password is sufficient. That is what we end with.
If I think of any other bits to share with you I'll add them to the
extras section over time.
Exercises
Files are the raw code used in the exercises while Examples are the
completed file.
Chapter 13 zip file
To get the userid/password for the extras section see page 337 in the
book.