ignore the validation when i click cancel

  • Thread starter Thread starter Ganesh
  • Start date Start date
G

Ganesh

Hi There,

I've a validation control in my page, In some cases i don't want to check
the validation like when users click cancel, i'l take the page to home page.
But it checks always validation.

How can i ignore the validation when i click cancel

Thanks
Ganesh
 
Hi Ganesh
I've a validation control in my page, In some cases i don't want to check
the validation like when users click cancel, i'l take the page to home
page. But it checks always validation.

How can i ignore the validation when i click cancel
Set the Property "CauesesValidation" from your Button Control to "false".
 
Back
Top