Home ASP.NET A Common Look and Feel

ASP.NET - A Common Look and Feel


After completing this tutorial, you will be able to
  • Use Master Pages to develop a common look and feel for your entire site
  • Use Themes to apply a style to a page en masse
  • Use Skins to stylize custom controls
This tutorial covers one of ASP.NET 2.0's most useful features as far as developing an identity for your site: Master Pages. A distinguishing characteristic of most well-designed modern Web sites is the consistent look and feel of each page within the site.

Next