How to subtract two textbox values and show in another textbox

  • Thread starter Thread starter AbdulAR
  • Start date Start date
A

AbdulAR

Guest
In first textbox(giving amount) and second textbox(debit amount) and in the third textbox it should show the remaining amount, for example: i am giving 500 rupees, and the shop debit 300 rupees, so in the third textbox it should show the remaining 200 rupees. How to achieve this one in windows application using C#.net.

Continue reading...
 
Back
Top