HashMan007
IS-IT--Management
I am creating a page on my site where users can login and pay the bills that they owe us. The process will be:
Login page -> Billing page (states the amount owed to us) -> Customer info page with Credit card info. I have gotten as far as being able to show the amount owed to us, expample:
webhosting $40
webdevelopment $60
All of the info is stored on Msaccess database searched by userid sesssion vairable and used repeat region to display multiple records. Now my question is how do I dynamically add $40+$60 in repeat region??
Login page -> Billing page (states the amount owed to us) -> Customer info page with Credit card info. I have gotten as far as being able to show the amount owed to us, expample:
webhosting $40
webdevelopment $60
All of the info is stored on Msaccess database searched by userid sesssion vairable and used repeat region to display multiple records. Now my question is how do I dynamically add $40+$60 in repeat region??