Bilgiler > Asp.net Sayfa Arkaplan rengi değiştirme (bgcolor)
Asp.net Sayfa Arkaplan rengi değiştirme (bgcolor)
<body id="PageBody" runat="server">After that, in code behind to change background color to some other (e.g. yellow), use this code:[ C# ]PageBody.Attributes.Add("bgcolor", "yellow");
***