Themes and Skins in ASP.NET 2.0
Nice article on CodeGuru about themes and skins in ASP.NET 2.0.
When you build a Web application, it usually has a similar look and feel across all its pages. Not too many applications are designed with each page dramatically different from the next. Generally, for your applications you use similar fonts, colors, and server control styles across all the pages.
Read the complete article
here.
Sonu