In data base i have following fields
Car_id.....CarRent/day
1 10
2 20
i am getting these fields in datlist supose i want to calculate rent for three days for each car and print it acording to Car_id in datalist say.
for car1 it wil be 30 and car2 it will be 60
using code behind how can.