Hi all,
I am having two textboxes
First textbox is used to enter the price per unit of an item..
Second TextBox is used to enter the number of items..
I have a label which should display the total amount , ie, priceperunit*nu mberofitems..
The total amount should be displayed whenever the user enter the numberof items...
I have to write the javascript code to find the total..
Please help me...
Regards,
Mathew
I am having two textboxes
First textbox is used to enter the price per unit of an item..
Second TextBox is used to enter the number of items..
I have a label which should display the total amount , ie, priceperunit*nu mberofitems..
The total amount should be displayed whenever the user enter the numberof items...
I have to write the javascript code to find the total..
Please help me...
Regards,
Mathew
Comment