1
Answer

substrating textboxes

Carlos kambui

Carlos kambui

9y
433
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)