Is there a way to set the color based on value in the ItemTemplate field?
<asp:TemplateColumn HeaderText="Sunset"
ItemStyle-Wrap="false"
Visible="True">
<ItemTemplate><%#DateTime.Parse (DataSet1.FieldValue("SUNSET", Container)).ToString("MMM d, yyyy") %></ItemTemplate>...