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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top