Excellent Andy! I set the controls CausesValidation to false. In my button_click event I did this:
lblResults.Text = " ";
Page.Validate();
If(Page.IsValid)
{
...your code here
}
Thank you so much. I think I read something about that a more than a
few pages this morning, but the light did not go off.
Again, thanks.
