I have a DateTimePicker on an Add/Edit Form...
When the form is loaded the DTPicker is assigned Now in a ShortDate Value if
Adding, or the ShortDate from SQL Server when Editing.
When Adding, any date can be selected and works as expected.
But,
When editing I can only change the date by entering text in the DTPicker.
I cannot click on a day, month, etc. from the dropdown - the value does not
change.
systemConsultant - 22 Aug 2005 15:00 GMT
OK, I was NOT setting the Value of the DateTimePicker in my Add Procedure.
Now I am and now the problem is with both modes (Add/Edit). Whenever I set
the Value of the DateTimePicker at runtime it is not Editable using the
Dropdown. Any changes to the DateTimePicker must be typed into the TextBox
of the control.