Question: Add these controls to a form: Read only text box. Button. Panel -In the panel, add a MonthCalendar. --- Change the properties of the Panel
Add these controls to a form:
Read only text box.
Button.
Panel
-In the panel, add a MonthCalendar.
---
Change the properties of the Panel to be Visible = false
---
When the button is clicked, show the Panel.
---
When the user clicks a date on the MonthCalendar, change the text box text to that date and hide the panel. Use the DateSelected event, and DateRangeEventArgs parameter to get the Start date.
c#
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
