locked
How to create Themes in ASP.NET ?? RRS feed

  • Question

  • I'm working on a site and for that, I need to create themes. Please tell me how to do that.
    Sunday, March 11, 2007 6:43 PM

All replies

  • To add a theme for a website in VS.NET 2005, right click on the root node of the site, and select Add ASP.NET Folder -> Theme.

    After this step, create a new theme with desired name. Then add the appropriate files according to your requirements. You can add CSS Files, skin files etc.

    Sunday, March 11, 2007 6:51 PM