My question is misleading. What I want is a suggestion to solve the following:
I want to be able to activate a series of validations on a date selected in DTP without having to click a button to execute the validations. If I put the validation under DTP_SelectedValueChanged or Leave/Enter, etc and I attempt to move the month displayed to the left (earlier months), it triggers the SelectedValueChanged. I want to be able to select a day in a different month than the default displayed before the validation is executed.
Terry 01