Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This is C# Add Registration Customer Luciano Destin Product: Draft Manager 2.0 Reg date: 1/28/2016 Register Product Cancel Operation The user selects a customer and

This is C#image text in transcribed

Add Registration Customer Luciano Destin Product: Draft Manager 2.0 Reg date: 1/28/2016 Register Product Cancel Operation The user selects a customer and product from the two combo boxes, enters a date in the text box, and clicks the Register Product button to add a new row to the Registrations table. After the user registers a product or clicks the Cancel button to cancel the add operation, the Add Registration form is cleared. Specifications Add the following classes to the project: Customer Class Product Class Registration Class Properties CustomerID Name Methods Customer Properties Name Product Code Methods Product Properties CustomerID Product Code Registration Date Methods Registration A I CustomerDB Static Class ProductDB Static Class RegistrationDB Static Class i TechSupportDB Static Class I i ! Methods GetCustomers I Methods GetProducts Methods Add Registration ! | Methods GetConnection i The GetCustomers method in the CustomerDB class should return a List object that can be bound to the Customer combo box, the GetProducts method in the ProductDB class should return a List Product> object that can be bound to the Product combo box, and the AddRegistration method in the RegistrationDB class should accept a Registration object and return a Boolean value that indicates if the operation was successful. Use the value that's returned by the AddRegistration method to display a message indicating the result of the operation

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional Microsoft SQL Server 2012 Administration

Authors: Adam Jorgensen, Steven Wort

1st Edition

1118106881, 9781118106884

More Books

Students also viewed these Databases questions

Question

=+4 Develop and deliver the CCT program.

Answered: 1 week ago