I am having an exasperating problem with the dtp control in .NET. I am
trying to tell if the ValueChanged event has been thrown as a result of the
user actually actively clicking on the checkbox or whether the checkbox has
been checked as a result of the user clicking on the dropdown button.
Neither the OnClick nor the MouseDown events occur when either the check box
or the dropdown button are clicked on so they are no help. Let me know if
you guys can think of any solutions.
Basically, I want to have it so that when the user actively checks the
check, some code is performed, but when the user clicks on the dropdown
button, my system waits until the user has chosen a date before performing
that same code.
There should be a checkedChanged event thrown by the dtp!
TIA!,
.Win
Winston Lanyon - 17 Feb 2005 23:53 GMT
Actually, to be more precise, I'm trying to discern between the check being
changed due to the user clicking on it or the check being changed due to the
user clicking on the drop-down button.
Anybody know if this might be possible?
TIA!,
.Win