|
-
Oct 27th, 2005, 07:48 PM
#1
Thread Starter
Addicted Member
Datetime Picker checkbox problem
When form loads i set the value of datetimepicker to a date value which i extract from thr database. But what i want to do is that i want uncheck the box of the date time picker so that the user itself selects it. if the user doesnot selects it then it means he doesnt want to set that paticular date. any ideas on this..thanx
-
Oct 28th, 2005, 09:59 AM
#2
Re: Datetime Picker checkbox problem
To clear the checkbox, set the value property to Null.
DtPicker1.Value = Null
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|