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?