11
Reply

C#

ramya t

ramya t

Mar 17 2016 1:24 AM
393
 how to resolve this error "Input string was not in a correct format."
 
by using this code
 TextBox3.Text = Convert.ToString(Convert.ToDouble(TextBox1.Text) + Convert.ToDouble (TextBox2.Text)* 0.001); 

Answers (11)