User-2132746437 posted
Is there a way to bypass the DeleteMethod within the objectdatasource? I have a delete method that I call to delete a record and it works, however, if I remove the DeleteMethod from the objectdatasource it errors out, is there a work around for this? I don't
want to use the objectdatasource delete method, I need to use my delete method