Is it possible to use the ObjectDataSource with an object that uses a parameterless method to update, like this.Save();? It seems as though if I specify Customer as the typename, and Save as the update method, it will look for a Save method with all of the fields the objectDataSource is binding for - can I tell it to pass no parameters to the save method?
Start Free Trial