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?
 
Back
Top