M
Manuel Canas
Hi There,
I have this problem I'm trying to address but no luck so far, need your help
here.
How do I set the value of a DateTimePicker Programmatically?
When I do this: txtDate.Value = DateTimeNow the txtDate.Checked tells me
that is false. So nothing went in there. I know the datetimepicker has a
default value which is today's date and you can't do anything to get rid of
it, as far as I know.
Anybody that knows this out there, please help me out here.
Thanks very much.
Manuel
I have this problem I'm trying to address but no luck so far, need your help
here.
How do I set the value of a DateTimePicker Programmatically?
When I do this: txtDate.Value = DateTimeNow the txtDate.Checked tells me
that is false. So nothing went in there. I know the datetimepicker has a
default value which is today's date and you can't do anything to get rid of
it, as far as I know.
Anybody that knows this out there, please help me out here.
Thanks very much.
Manuel