Click here to Skip to main content
15,879,348 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
actually i want to make a sales bill entering form using a listview. i don't know whether i have taken the right choice.Is there a way i do calculation in a listview?

if i explain the structure of the form it is as follows for now :

Flavours : that i added from the dbml to the listview.

Quantity : this should be enter by the user and using that value>>

price: should be calculated.

so is this possible using a listview????

=) im still a beginner.....
help me..... :D
Posted
Updated 8-Nov-11 21:54pm
v2

1 solution

You should use a ComboBox to select the flavours, a NumericUpDown control to select the quantity and the use a DataGridView/ListView to show the user the selected flavours and quantities for the whole bill.

Hope this helps
 
Share this answer
 
v2
Comments
Xaiver101 9-Nov-11 5:34am    
what do you prefer for this a DataGridView or a ListView ?
Wayne Gaylard 9-Nov-11 5:43am    
DataGridView is better - more configurable.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900