Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started