D
DavidC
I have a ListView control where I am building and formatting labels in a
footer row. I am using the .ToString() method and would like to have
negative dollar amounts show in red. My code for setting the labels are as
follows. Thanks.
lbl.Text = (dblBudgetMo7 - dblExpMo7).ToString("c")
footer row. I am using the .ToString() method and would like to have
negative dollar amounts show in red. My code for setting the labels are as
follows. Thanks.
lbl.Text = (dblBudgetMo7 - dblExpMo7).ToString("c")