1
Answer

substrating textboxes

 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)