I'm trying to calculate the percentage on the textbox by using the next code:
t45.Text = (CDbl(Me.t43.Text) / CDbl(Me.t48.Text))
but I faced the next message: System.StackOverflowException
what the problem???!
I tried to find what happened but I didn't find.