I have a set of controls that uses the RequiredFieldVa lidator controls and I check Page.IsValid in a button's Click event. This works. However, I also have a Gridview on the same page which is not using the validation contols, and it somehow is firing the RequiredFieldVa lidator controls on the page. How do I stop this behavior? Thanks
How to Stop page Validation
Collapse
X
-
Originally posted by DigiplexI have a set of controls that uses the RequiredFieldVa lidator controls and I check Page.IsValid in a button's Click event. This works. However, I also have a Gridview on the same page which is not using the validation contols, and it somehow is firing the RequiredFieldVa lidator controls on the page. How do I stop this behavior? Thanks
-Frinny
Comment