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

Good evening. I am working on a program in visual c# using

Form1 code behind

the Microsoft visual studio 2015 community environment. The program is supposed to

DisplayForm design

take user input values and display them in a second "detailForm" when

DisplayForm code behind

the display button is clicked. Per instruction, I am using two classes,

Customer.cs class

Customer.cs and PreferredCustomer.cs which is derived from Customer.cs. How do I change

PreferredCustomer.cs class

my code to where the DisplayForm is populated with the values entered

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!