I am writing this because I know when I read/answer threads I look primarily at the number of replies. If it's a thread that has been replied to....I will generally go on down the line. SO...this is in reference to me jumping the gun earlier and now I am stuck.......my problem:
When you click the down arrow on a DTP control, the ValueChanged event fires even if you don't pick a date in the drop down calender? I only want this event to fire if the user actually picks a different date than was previously in the DTP? Is there another event I should be using. Specifically, some of DTP's don't have an actual date assigned to them (loaded from a Database) when I create them...it's just set to the current date with the checkbox unchecked so the user knows it is not set. When the user picks the control I thought about comparing it(the value) to the actual date....and then I would know if they actually changed the date or not, but it is possible they could change it to a day other than today .....then back to today's date...which would cause this code to fail.
Since then I have found events fire when the user clicks the down arrow on the dtp.....once they actually pick a date from the calendar........I can't find an event that fires.
I am desperate!
When you click the down arrow on a DTP control, the ValueChanged event fires even if you don't pick a date in the drop down calender? I only want this event to fire if the user actually picks a different date than was previously in the DTP? Is there another event I should be using. Specifically, some of DTP's don't have an actual date assigned to them (loaded from a Database) when I create them...it's just set to the current date with the checkbox unchecked so the user knows it is not set. When the user picks the control I thought about comparing it(the value) to the actual date....and then I would know if they actually changed the date or not, but it is possible they could change it to a day other than today .....then back to today's date...which would cause this code to fail.
Since then I have found events fire when the user clicks the down arrow on the dtp.....once they actually pick a date from the calendar........I can't find an event that fires.
I am desperate!