Another option is that you can create the handler for the Deleting event of the ObjectDataSource control, in the handler you can set the Id or whatever property of the BO object stored in the e.InputParameters collection, this object is then passed to the Delete method as the parameter.