Tuesday, 14 December 2010

Skip Validations While Clicking Cancel Button in ASP.net

You just need to add CausesValidation=”False” attribute in the cancel button of aspx page.
To skip all the validations while clicking the cancel button whether the validation status is true or false.

No comments:

Post a Comment