G
Guest
Hi,
I get the date from a calendar and put it into a text box.
TxtDate.Text = Calendar1.SelectedDate.ToShortDateString();
But I would like to also do it the other way around. That is, convert the
textbox to a calendar date, so that the calendar (when you open it) has the
same value as the date in the textbox.
Thanks for your help
Chris
I get the date from a calendar and put it into a text box.
TxtDate.Text = Calendar1.SelectedDate.ToShortDateString();
But I would like to also do it the other way around. That is, convert the
textbox to a calendar date, so that the calendar (when you open it) has the
same value as the date in the textbox.
Thanks for your help
Chris