I am trying to use MonthCalender to fill the dates in the text boxes in the same form. I don't have any inkling of how to do it. Can anyone please help.
I'm not entirely sure what you are trying todo. So I'll give you some examples of working with a MonthCalander.
C#:
// this gets the selected date and outputs it to a ShortDate string,
you can select many differnt formats also, such as ToLongDateString
monthCalendar1.SelectionStart.ToShortDateString();
If you wished to add this date to a textbox you would do something along the lines of
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.