In ASP.net, is it possible to apply a theme from another project?

  • Thread starter Thread starter clarkeyboy
  • Start date Start date
C

clarkeyboy

Guest
I have 2 projects in Visual Studio Web Developer (2008). I am trying to have the theme in one, but reference the theme from the other project. I have had no luck so far.

I have tried setting the theme, in the <%@ Page /> tag, to "../../WebApplication1/App_Themes/My Theme". It doesnt like it. The theme works perfectly from within the same project. Just cant figure out how to do this.

Does anyone have any ideas how I may go about doing this?

Thanks,

Richard
 
Back
Top