I have created a small currency calculation program in vb.net. But when I am calculating two currency values, it is showing the wrong amount. My text boxes are already in currency format. Kindly looking for your help please.
Here is my code for calculation:
txtBalance.Text = Val(txtPayment.Text) + Val(txtTotalAmount.Text)