I'm trying to bind a Web Editor to an object data source using the text property. I'm able to see the text that comes from the ODS on the Web Editor, but when i fire the ODS' update event, it uses the original text and not the new text of the Web Editor.
Do I need to do something special on the ODS or the WE? (I'm using VS 2005 with ASP 2.0)