goldstar1982
Registered User.
- Local time
- Today, 10:33
- Joined
- Jan 27, 2008
- Messages
- 10
i will have be displaying product total. so each prodcut that is added, within the listbox will be displayed the total for that item ,
for example quantity= 10 * 19.99each the total 199.99 for each line will be displayed, i could get this to work so it adds the the total for each line to the listbox.
But now i want to add the total of each line in the listbox and display it in a text box which i have called = txttotalcost
thanks again
for example quantity= 10 * 19.99each the total 199.99 for each line will be displayed, i could get this to work so it adds the the total for each line to the listbox.
But now i want to add the total of each line in the listbox and display it in a text box which i have called = txttotalcost
thanks again