I have one filed cost is 1000 and another field currencyvalue 10 and another field netcost in that i want to multiply 1000 and 10 i want 10000 answer in net cost field. how to do
i have one filed cost is 1000 and another field currencyvalue 10 and another field netcost in that i want to multiply 1000 and 10 i want 10000 answer in net cost field. how to do.
cost in textbox3.text(1000)
currency value in textbox4.text(10)
Net cost in textbox5.text i want 10000 answer.
i want to multiply textbox3.text(1000) and textbox4.text(10) and answer come in to textbox5.text(1000)
how to do please help me.