Use javascript/vbscript onmouseover event with CSS styles to change the color based upon the rows "id" tag. I believe this is the only way to do it without creating a custom control (but I could be wrong...).
:) J
Quote:
quote:Originally posted by stu9820
Once I have this:
objCell = New HtmlTableCell()
objCell.InnerHtml = "Time"
objCell.BgColor = "#C0C0C0"
objCell.Align = "center"
objRow.Cells.Add(objCell)
is there any way to have the row highlight when you move your mouse over it?
|