Hi Cliff,
As an alternative to the method from Peter,
You can do in the designer on the page a right click and than choose "Build
Style"
Than you can direct choose the background color of your Page.
I have to admit, the methode from Peter reaches more your question, but I
thought it was good to make you attent on this more in VS.studio.net 2003
build in standard webapproach method.
Cor
How do I programatically change the background color of an aspx page in
code?
Is there something like Page.BgColor = "#FFFFFF" ?
For that matter, how do I access any of the DOCUMENT properties in code?
I am using Visual Studio 2003, building an ASP.NET web application using
VB.NET.