Karate Payments Grid
Write an ASP.NET application that displays the first name, last name, payment date, and payment amounts paid by members in the Karate.mdf database. Permit the user to display payments, but not to perform any modifications to the data. Sort the rows by last name. Display the Payment Date column in mm/dd/yyyy format, and display the Amount column in Currency format, encoded as {0:c}. For each column except the payment date, left justify the heading by setting the HeaderStyle.HorizonalAlign property to Left. Put a blue border around the grid, I pixel wide. Use the grid’s HeaderStylc property to give the headings white text on a dark blue background. A sample is shown in Figure 1.
Figure 1 Grid showing Karate members names, dates, and payments

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.