List View Control in Windows Forms
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)
0
is it a web form or windows form? Did you apply the multiline paramenter to the textbox?
In web form click on the textmode property and select multiline. Or in windows form change multiline from false to true.