11
Answers

C#

ramya t

ramya t

9y
409
1
 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)
0
Iftikar Hussain

Iftikar Hussain

NA 18.9k 275.5k 11y