lblDomestic.Text = Cstr(dblDomestic(CInt(txtMonth.Text)-1))
and
lblTotal.Text = Cstr(dblDomesticTotal + dblInternationalTotal)
I need for them to be displayed as currency. Please Help!
and
lblTotal.Text = Cstr(dblDomesticTotal + dblInternationalTotal)
I need for them to be displayed as currency. Please Help!