PDA

Click to See Complete Forum and Search --> : Prevent validation when clicking "Cancel" button [resolved]


mendhak
Dec 15th, 2004, 09:59 PM
I have some client-side validation of some textboxes going on, in a page. It's working fine, but I would like it not to run when I click the cancel button. When clicking cancel, I simply want it to Response.Redirect to another page.

How shalll I do this?

mendhak
Dec 15th, 2004, 10:01 PM
Never mind, set the CauseValidation property to false.