Hi
I have bunch of textboxes bound to dataset (ms sql server).
How can I make those textboxes which are bound to a column type double, to always show two decimal places even if one or both of them are zeroes.
Is there any solution not envolving calling some procedure from lostfocus or other event, so far I have only came up with those kind of exapmles.
Thanks
I have bunch of textboxes bound to dataset (ms sql server).
How can I make those textboxes which are bound to a column type double, to always show two decimal places even if one or both of them are zeroes.
Is there any solution not envolving calling some procedure from lostfocus or other event, so far I have only came up with those kind of exapmles.
Thanks