i put all my custom "update" code in the RowCommand event, it works fine, but i still get an error from my Data Source
System.NotSupportedException: Updating is not supported by ObjectDataSource 'GetSources' unless the UpdateMethod is specified.
how can i get rid of that error , yes still use my custom update code on the rowcommand?