Creating Dynamic Themes and Skins in ASP.NET

From Russ Nemhauser, a session he organized recently:

Redesigning a web site can prove to be a very time-consuming process unless a good amount of forethought was invested during development. In addition to developers potentially updating the code for every page, artists can spend dozens of hours creating hundreds of new headers or image buttons.

Download the source

Download the slides

2 Comments

  • Downloaded the source and tried to compile.



    WebForm2.aspx.vb is missing... Remove WebForm2.aspx.



    A generic error occurred in GDI+.

    Line 76:

    Line 77: 'Save this image so we don't have to generate it again, and return our new image's path

    Line 78: img.Save(HttpContext.Current.Server.MapPath(t.ImagePath) & strHdrName, ImageFormat.Jpeg)

    Line 79: g.Dispose()

    Line 80: Return t.ImagePath & strHdrName



  • Russ just updated his demo feltipin

Comments have been disabled for this content.