Suppress validation in a page when a button on a master page is clicked

  • Thread starter Thread starter rmp_colo
  • Start date Start date
R

rmp_colo

I have a button on a master page that switches to a different view.
However it triggers the validation controls in the current view which
then do not allow the switch to occur.

Any ideas on how to get past this?
 
Hi,
have you set CausesValidaton property of your button to false?

Regards,
Ladislav
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top