Hi,
I have two textboxes(which are diplay only;their values come from database).I need read the data from these textboxes,multiply them and display in the third text box.
Can someone send me the code.
For example consider textboxes names as txtprice,txtquantity,txtamount;
txtprice,txtquantity values come from tables in database.The price comes from Table COst and quantity comes from Table Inventory.
I want to diplay result in txtamount.