Question: Hello this is my C-sharp homework question Create a State Maintenance application In this exercise, youll create an application that uses a data source and

Hello this is my C-sharp homework question

Create a State Maintenance application In this exercise, youll create an application that uses a data source and a DataGridView control to maintain the states in the States table of the MMABooks database.

If its necessary i will send you the mdf file and product maintenance file, thank you

Hello this is my C-sharp homework question Create a State Maintenance application

Extra 18-2 Create a Product Maintenance application In this exercise, you'll create an application that uses a data source and text boxes to maintain the products in the Products table of the MMABooks database. Product Maintenance 1 Product Code: BUST Description: Murach's JavaScript (2nd Edition) Unit Price: 54,5000 1. Start a new project named ProductMaintenance in the Extra Exercises Chapter 18 ProductMaintenance directory. 2. Add the MMABooks.mdf file in the Extra Exercises Database directory to the project. Then, use the Data Source Configuration Wizard to create a data source that includes the ProductCode, Description, and UnitPrice columns from the Products table. When you're done, set the "Copy to Output Directory" property of the MABooks mdf file to "Copy ifNewer". 3. Display the Data Sources window, and then associate the columns in the Products table of the data source you just created with individual controls 4. Drag the Products table onto the default form to add a text box for each column. 5. Set the properties of the form and controls so they appear as shown above. 6. Test the application to be sure it works correctly. Extra 18-2 Create a Product Maintenance application In this exercise, you'll create an application that uses a data source and text boxes to maintain the products in the Products table of the MMABooks database. Product Maintenance 1 Product Code: BUST Description: Murach's JavaScript (2nd Edition) Unit Price: 54,5000 1. Start a new project named ProductMaintenance in the Extra Exercises Chapter 18 ProductMaintenance directory. 2. Add the MMABooks.mdf file in the Extra Exercises Database directory to the project. Then, use the Data Source Configuration Wizard to create a data source that includes the ProductCode, Description, and UnitPrice columns from the Products table. When you're done, set the "Copy to Output Directory" property of the MABooks mdf file to "Copy ifNewer". 3. Display the Data Sources window, and then associate the columns in the Products table of the data source you just created with individual controls 4. Drag the Products table onto the default form to add a text box for each column. 5. Set the properties of the form and controls so they appear as shown above. 6. Test the application to be sure it works correctly

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!