3
Answers

List View Control in Windows Forms

Photo of Sarva Siddartha

Sarva Siddartha

10y
795
1
I want to create a menu of dishes with cost displaying beside each item. Whenever I select some dishes and Click on OK button. It has to display the total cost of the selected dishes in the label declared. Here, in the background it has to add the values of the selected dishes and it should display. Please post the code for this task in C#.

Answers (3)