1
Answer

substrating textboxes

Photo of Carlos kambui

Carlos kambui

10y
766
1
 kindly  assist on how to substract the below arithmetic in C#
 txtbalance.Text=Val(txtfees.Text)-Val(txtAmountPaid.Text) when i do this in vb.net is working but in C# not working 
 again i want value to be converted to double

Answers (1)