C
Chad Z. Hower aka Kudzu
I have a typed dataset that is on a WinForm and I have labels that have their
text properties bound to fields in a data table. The values are of type
decimal. When I dispaly them in the label, I want to add a currency symbol
and also insert comma's for thousands separators.
Is there anyway to specify the formatting for a label or a field without
breaking the databinding and doing it manually? Or can I specify the
databinding in codde and somehow apply formatting?
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
Develop ASP.NET applications easier and in less time:
http://www.atozed.com/IntraWeb/
text properties bound to fields in a data table. The values are of type
decimal. When I dispaly them in the label, I want to add a currency symbol
and also insert comma's for thousands separators.
Is there anyway to specify the formatting for a label or a field without
breaking the databinding and doing it manually? Or can I specify the
databinding in codde and somehow apply formatting?
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
Develop ASP.NET applications easier and in less time:
http://www.atozed.com/IntraWeb/