here Code, Name , Available and Each Price are getting from Database,
after that now selecting number of Required number as input, based on that calculating the Total Price as Product of Each price and Required,
Total Price = Required * Each Price,
this rows i am getting as iterating loop , i am getthing result only for first row , remains rows are not effecting.
.
.