Rank: Newbie Groups: Member
Joined: 3/9/2011 Posts: 1
|
Hi,
I have downloaded and installed your product. it's really wonderful. I have used the datepicker control, but i would like to know how do you assign a date value from label or textbox control to the datepicker control.
I have tried datepicker.visibledate = txtmycontrol.text but it did not work.
Please help.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You will need to set SelectedDate to a DateTime value.
Thanks
|