I am trying to get a textbox behaviour where after user input for example:
User input in txtprice: 10
.
I want the textbox to automatically change to 10.00
when pressing (enter, tab, etc). And so on with any integer
I have already formatted the textbox with FormatNumber(txtprice, 2)
.
What should be the next step?