tr:nth-child(even) {background:#f2f8ff} tr:nth-child(odd) {background:#fff}
Util.RawHtml ("<style>tr:nth-child(even) {background:#f2f8ff}</style><style>tr:nth-child(odd) {background:#fff}</style>").Dump(); ... ...dump your queries...
Comments