Inside form I want to add txtbox which should accept inputs as decimals with 2 decimals or without decimals, if user enters just 1 at the db level decimals would be added, and if user enters 1.00 even better.
I'm new to winforms and I need advice (steps to complete) for described situation and validation of user input, accept only numbers with possible . (dot) beetween digits.
I don't need heavy approach since I would have only 2 forms so simple, concrete example would be ok.
Thanks