Using themes in ASP.net allows you to "skin" the look and feel of a web site, much like CSS, but with more control, because now you can affect the rendering of the HTML in server controls. The recommended use of a theme is to put as much as possible in
Read More...