Re: Page showing as not valid



Well, here are some questions/tests that might help you and some of us in
the newsgroups answer your question:

1. How do you know that none of the Validators fired?

2. What is the value for the CausesValidation property of any Buttons,
TextBoxes, DropDownLists, or other controls that might have that property on
your page?

It may also help us answer your question if we could see your code so that
we know exactly what is happening on your page, so you may want to post it.
Good Luck!
--
Nathan Sokalski
njsokalski@xxxxxxxxxxx
http://www.nathansokalski.com/

"tshad" <t@xxxxxxxx> wrote in message
news:%23DBDFxGUHHA.5068@xxxxxxxxxxxxxxxxxxxxxxx
I have a page that is showing as:

Page.IsValid = False

on postback when my submit button is pressed but none of my Validators
have fired so there is no error message.

How do I find out what is making the Page invalid?

Thanks,

Tom



.