OK,
So I have a webform with the cute editor control dropped on it named Editor1
in the pageload event I call:
Editor1.LoadHTML(PathAndFileName)
This works great, loads the file as I would expect. editor seems to work fine.
Then I hit save.
In the postbackcommand event i call:
Editor1.SaveFile(PathAndFileName)
This seems to execute, but when the page refreshes the changes made are gone.
Please assist.