Cancel button?

  • Thread starter Thread starter LL
  • Start date Start date
L

LL

Hi,

I have two buttons within a form, one is "Submit", another one is "Cancel".

When click "Cancel", on server side, I redirect user to home page. but the
validation controls fired first. How to disable them?

Thanks.
 
Thanks for the help.

It works after I set "CausesValidation" property to "false".

But sometime I still can see the validation resule first before I goto
another page.

How to avoid that?
 

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