Question: Good evening. I am working on a program in visual c# using the Microsoft visual studio 2015 community environment. The program is supposed to take
Good evening. I am working on a program in visual c# using the Microsoft visual studio 2015 community environment. The program is supposed to take user input values and display them in a second "detailForm" when the display button is clicked. Per instruction, I am using two classes, Customer.cs and PreferredCustomer.cs which is derived from Customer.cs. How do I change my code to where the DisplayForm is populated with the values entered into Form1 when the display button is clicked?
**edit** control names are just the name of the design values. For example,
on from 1, naming conventions : fullNameLabel -> fullNameTextBox
on DisplayForm, naming conventions : fullNameLabel -> fullNameDisplayLabel
Form1 design

Form1 code behind

DisplayForm design

DisplayForm code behind

Customer.cs class

PreferredCustomer.cs class

in my project there is code written for the "future discount" value, this is another issue I have not yet resolved because in order to do it I need to know how to display my information properly.
DisplayForm.cs playForm.cs [Design] Form1.cs Forml.cs [Design] Displayform.cs Preferred Customer Plan Full Name: Address: Phone Number: Amount Purchased: S Exit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
