I have problem with css styles in aspx.cs file
HttpContext.Current.Response.Write("<table class=\'bordered\' cellpadding=\'5\' color: \'red\' <tr>");
class=\'bordered\' and cellpadding=\'5\' work but color: \'red\' not work, I can't find problem please help ;)