Article Series
Introduction
Creating themes for ASP.NET 2.0 is very easy if you follow the standard guidelines Microsoft gives us. Microsoft gives a pretty good discussion in the MSDN article
ASP.NET Themes and Skins Overview. I’ve read it several times but since I don’t do this very often I keep forgetting the simple things. Recently,
I posted a question on ASP.NET forums asking how to have an image automatically come from the correct theme directory. As usual, Dave Sussman
gave me the perfect answer.
"You should store the images under the themes and set the ImageUrl in the skin file. Give the control a SkinID in both the skin file and in the page. When the theme changes the appropriate image will be used."
In this article, I’ll basically explain his answer with an example using the code camp web site.








