M
Mike Hnatt
I'd like to conditionally enable or disable the page validation. I was
thinking something like;
Enummerate through all controls...if control is validation control type,
then control.ControlToValidate = ""
I think that would work but I don't know how to ennumerate through each
control and check to see if it is a validatior control or not. Also, would
this method even work?
Thanks,
Mike
thinking something like;
Enummerate through all controls...if control is validation control type,
then control.ControlToValidate = ""
I think that would work but I don't know how to ennumerate through each
control and check to see if it is a validatior control or not. Also, would
this method even work?
Thanks,
Mike