I'm using a DTPicker in my project. I want to set its value to today when the user changes the DTPicker's checkbox from unchecked to checked. I'm not binding it to any data - its just standalone.
I don't have a problem with setting the date to today, but I can't find a way of telling when the user has changed the checkbox to checked. The _Click event is no good because this fires when the dd/mm/yy section is clicked as well.
Can anyone help?




Reply With Quote