Nick_Net2004 Posted June 23, 2004 Posted June 23, 2004 I want to retrieve the selected date in a month calendar after the user has clicked it so that I can pass its valu to a textbox. I don't see any property of the montcalendar that does that please help. Tx. in advance Quote
Administrators PlausiblyDamp Posted June 23, 2004 Administrators Posted June 23, 2004 TextBox1.Text = MonthCalendar1.SelectionStart.Month.ToString will work if there is only one date selected otherwise you may need to also look at the .SelectionEnd and .SelectionRange properties Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.