best way to programatically set a page's style?

  • Thread starter Thread starter PJ6
  • Start date Start date
P

PJ6

Instead of putting something like this in the page's HTML

<LINK rel="stylesheet" type="text/css" href="..\Styles.css" />

I would like to be able to have the page set its style at runtime from the
code behind. Is it possible to do this in an OO way - that is, not have to
get your fingers into the <HEAD> area "control" and manually add a LINK tag
there?

Paul
 
Back
Top