I believe you'll have to run the Page.Validate() method before
checking the IsValid property.
Cheers,
Sam
No, either that has already been done by "the system" or you will get an
exception
telling you that you need to run Validate() first. So that's not the problem.
Hans Kesting
Hi,
Visit this page:
[url]http://www.vkinfotek.com/validationcontrols.html[/url]
--
bhar
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------
I added the Page.Validate() method and that worked.....Thanks, Sam..
Hmm, in my experience Hans that's not the case. CausesValidation for
all the controls within the validation group need to be set to true
for automatic validation to occur.