Question with Array

dan463va

Member
Joined
Sep 25, 2006
Messages
7
Programming Experience
Beginner
Hey all
I have a database that displays a Cell phone provider, the phone name, its serial number, and its unit cost. I want to make an array that will add up all the phones Unit Cost and display them in a label. The user will be able to type in a serial number in a textbox, and if the serial number is phone it will remove the phone information from the listbox and subtract it from the label with the total unit cost. Since this information is in a database what is the best way to do this? Can anyone help with this?

Thanks
 
Back
Top