Results 1 to 2 of 2

Thread: Datetime Picker checkbox problem

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2005
    Posts
    182

    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

  2. #2
    PowerPoster
    Join Date
    Oct 2002
    Location
    British Columbia
    Posts
    9,758

    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
  •  



Click Here to Expand Forum to Full Width