How to submit an invalid form

  • Thread starter Thread starter Jake
  • Start date Start date
J

Jake

Hi,

I have an edit page that contains both as edit and delete
button. When the user clicks delete I do not want the
page to be validated, so even if the data is invalid the
record can still be deleted.

Is there a way to disable the validation when the delete
button is clicked, without setting the
clientTarget="downlevel"

Thanks in advance

Jake
 
Simply set the CausesValidation property of your Delete Button to false.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top