One CSS per page in ASP.NET Theme

Posted by Eduardo on Stack Overflow See other posts from Stack Overflow or by Eduardo
Published on 2010-03-21T12:50:53Z Indexed on 2010/03/21 13:01 UTC
Read the original article Hit count: 492

Filed under:
|
|
|
|

Does anybody know how to do this?

Theme A
  style_for_x.aspx.css
  style_for_y.aspx.css
Theme B
  style_for_x.aspx.css
  style_for_y.aspx.css

Or even better:

Theme A
  style_for_all_pages.css
  style_for_x.aspx.css
  style_for_y.aspx.css
Theme B
  style_for_all_pages.css
  style_for_x.aspx.css
  style_for_y.aspx.css

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about themes