I'm not exactly sure of your situation - - but for any controls that you
don't want to cause validation - try checking the 'CausesValidation'
property for that control, and make the setting appropriately
David Wier
http://aspnet101.com
http://iWritePro.com - One click PDF, convert .doc/.rtf/.txt to HTML with no
bloated markup
>I have a few controls on a basic form I'm working on that make use of
> postback: for example, click a checkbox to make Panel1 and its
[quoted text clipped - 11 lines]
>
> Thanks!
william.oram@gmail.com - 05 Mar 2008 21:51 GMT
The checkbox enabling a Panel is already set to CausesValidation=true,
as are like controls. Fields that don't interact are set to false. The
submit button is set to false, but Page.Validate() occurs in the
codebehind.
> I'm not exactly sure of your situation - - but for any controls that you
> don't want to cause validation - try checking the 'CausesValidation'
[quoted text clipped - 22 lines]
>
> > Thanks!