25 Extra cxercises for Murach's Visual Basic 2015 Extra 14-1 Create a State Maintenance application In this exercise, you'll create an application that uses a data source and a DataGridView control to maintain the states in the States table of the MMABooks database Colorad Delaware 1. Start a new project named StateMaintenance in the Extra Exercises Chapter 141StateMaintenance directory 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 2. that includes the StateCode and StateName columns from the States table. When you're done, set the "Copy to Output Directory" property of the MMABooks.mdf file to "Copy if Newer" 3. Display the Data Sources window, and then drag the States table in the data source you just created onto the default form to add a DataGridView control that's bound to the table. 4. Set the properties of the form and control so they appear as shown above. 5. Test the application to be sure it works correctly 25 Extra cxercises for Murach's Visual Basic 2015 Extra 14-1 Create a State Maintenance application In this exercise, you'll create an application that uses a data source and a DataGridView control to maintain the states in the States table of the MMABooks database Colorad Delaware 1. Start a new project named StateMaintenance in the Extra Exercises Chapter 141StateMaintenance directory 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 2. that includes the StateCode and StateName columns from the States table. When you're done, set the "Copy to Output Directory" property of the MMABooks.mdf file to "Copy if Newer" 3. Display the Data Sources window, and then drag the States table in the data source you just created onto the default form to add a DataGridView control that's bound to the table. 4. Set the properties of the form and control so they appear as shown above. 5. Test the application to be sure it works correctly