Advanced Karate Member Dates
(Extra challenge project) Enhance the program you created in Programming Challenge 5 by giving the user a choice between displaying members who have joined before a given date or members who have joined on or after that date. In Figure, the program shows members who joined before October 20, 2008. In Figure, a list of members who joined on or after October 20, 2008 is displayed.
You should create two datasets, one for each type of search. After binding the grid to the first dataset, a component named MembersBindingSource is created. If you then bind the grid to the second dataset, a second component named Members-BindingSource1 is created. At runtime, when the user switches between the radio buttons, their event handlers can assign one of the two binding sources to the Data-Source property of the DataGridView control. That would be a good time to call the Fill method of the appropriate DataAdapter.
Figure Showing members who joined before the chosen date

Figure Showing Karate members who joined on or after the chosen date

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.