binayak
February 14th, 2005, 07:14 PM
Hi,
This is a newbie question. How can I set the background color of the web form page from code behind page model?
I want something like:
private void Page_Load(object sender, System.EventArgs e)
{
//set the background color of the page here
}
I dont want to use any in page scripting for this.
Please Help
This is a newbie question. How can I set the background color of the web form page from code behind page model?
I want something like:
private void Page_Load(object sender, System.EventArgs e)
{
//set the background color of the page here
}
I dont want to use any in page scripting for this.
Please Help