Link to home
Start Free TrialLog in
Avatar of FCapo
FCapo

asked on

vb.net textbox decimals

Hi,

In vb.net I'm trying to save my values with the following decimal format in to an access database but as soon as I type in to the textbox (double number format) the 175.00 becomes 175 and is saved that way also in the database. I'm not using any rounding so I don't understand why the .00 is being removed.

It's a question of preference as the user wants the numbers displayed this way

thank you
Avatar of Fernando Soto
Fernando Soto
Flag of United States of America image

Please show the code.
SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial