karthik h

karthik h

  • NA
  • 7
  • 17.9k

adding and subtracting values in textbox

Dec 30 2011 10:03 AM
textBox10.Text = (Decimal.Parse(textBox8.Text)) - (((Decimal.Parse(textBox6.Text)) *(Decimal.Parse(textBox9.Text).ToString())));


guys i wanted to multiply textbox6 and textbox9 and subtract it to textbox8 i have coded it as above and i am getting error so please help me in this code thanks in advance

Answers (3)