Simply set the CausesValidation property of your Delete Button to false.
--
I hope this helps,
Steve C. Orr, MCSD
http://Steve.Orr.net
"Jake" <> wrote in message
news:186501c35fab$c033c350$...
> 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