Karate Schedule Details
The Schedule table in the Karate.mdf database contains the following columns: ID, Day, Time, and Instructor_Id. The Day value is an integer between 0 and 6, where 0 indicates Monday and 6 indicates Sunday. Display the table in a DetailsView control, and permit the user to add, remove, and update records. Also, display the same table in a GridView control just below the DetailsView. Center all grid columns, and format the time as {0:t}.
A sample is shown in Figure 1.
Figure 1 DetailsView and GridView displays of the Karate Schedule table

We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.