how can i set the css (background)property from the server? Does not work at the moment:(
cs
public string MyBackgroundColor { get; set; }
aspx
<style type="text/css">
html
{
background-color: '<%=MyBackgroundColor %>';
}
</style>
You can try
.aspx
.aspx.cs