Hello,Everybody!
I'm writing:
double l = Convert.ToDouble(textbox1.Text);
double l2 = Convert.ToDouble(textbox2.Text);
and getting FormatException in the second line.
There are numbers in both textboxes.
Can anyone help me?