How do I change the style (color) of a div such as the following?
\"
You should set your colors in CSS, and then change the CSS class programatically. For example:
(CSS)
div.Error { color:red; }
(ASP.NET/VB)
....