ASP Net Controls ASP.Net Tutorial

<%@ Page Language="C#" %>

private void Page_Load(object sender, EventArgs e)
{
   TheBody.Style[HtmlTextWriterStyle.BackgroundColor] = "lightblue";    
}


Background color

   

The background color of this page has been set programmatically.