databound textbox showing numbers always with two decimals

ivan74

Newcomer
Joined
May 16, 2005
Messages
21
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
 
Back
Top