narasiman man

narasiman man

  • NA
  • 0
  • 118.3k

Please help me in calculating grossrent?

Jun 22 2012 12:53 AM


i attach file please see.


rent textbox 100   in that i have calculate button when i click the calculate button 10 will display in tax text box(10)

tax  textbox 10
 after that i want to add 100 and 10 
grossrent textbox 110
please give the code in csharp i dont know how to do .please send the code.

And copy the below code as follows

  if (txt_rent.Text != "")
                txt_tax.Text = (Convert.ToDouble(txt_rent.Text) * 0.1236).ToString();

Answers (1)