I haven't needed to do this in DOT.NET until now. Anyone know how to change the page background color using the code behinde???? I had the folowing code sample, but it dosent seem to work:
Code:
bodyElement.Attributes("bgColor") = "Gainsboro"
I also set the page Body tag to run at server.
Any Ideas would be appreciated.
Thanks in advance!