T
T. Wong
I want to have a single CSS style sheet control the look of my whole asp.net
application but I need to set the values in this CSS from code in the start
page as the CSS values will be stored in a data base.
First, is this possible?
Since CSS is plain text I could manipulate it all with string string
functions in code, BUT, are there any classes or functions that make it
easier to affect CSS parameters at run time?
Thank you in Advance for any Help,
T. Wong
application but I need to set the values in this CSS from code in the start
page as the CSS values will be stored in a data base.
First, is this possible?
Since CSS is plain text I could manipulate it all with string string
functions in code, BUT, are there any classes or functions that make it
easier to affect CSS parameters at run time?
Thank you in Advance for any Help,
T. Wong