Help Needed

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to pass the selected date value from calender to text box
how can i do this help will be appriciated
 
this.myTextBox.Text = this.someCalendar.SelectedDate (or is it
..Value?).ToString("formatting string");
-mike
MVP
 
Back
Top