I am editing HTML stored in a database.
I am verifying that the editor is not processing my changes via the following process:
1. page loads, editor loads, content in the editor is the latest from the DB.
2. I make changes to the content, editor shows the changes in Normal, HTML, and preview modes.
3. I click to save the changes
4. I do a response.write of the editor content and I see the OLD content.
5. I additionally put in a write statement in the function that pulls the content from the db on the initial page load just to verify it was not a postback issue, etc.