jasonhuibers
Programmer
I have two text boxes:
Form1.txtAllowance
Form1.txtDebt
When I click on the submit button I want to validate that the values in txtAllowance and txtDebt contain only numbers, ',' or '.'
Can someone provide me working example using a submit button and the two text boxes?
Help is greatly appreciated!
Form1.txtAllowance
Form1.txtDebt
When I click on the submit button I want to validate that the values in txtAllowance and txtDebt contain only numbers, ',' or '.'
Can someone provide me working example using a submit button and the two text boxes?
Help is greatly appreciated!