This code example demonstrates how to save and restore ASPxRichEdit documents from a database using a Binary column.
Use the ASPxRichEdit.Open method to load a document and call the ASPxRichEdit.SaveCopy method to save changes.
It is also possible to handle the ASPxRichEdit.Saving event to save a document by clicking the ribbon's built-in Save button.
Question Comments
Added By: IS Dept at: 4/16/2016 12:00:03 PM I get
Error 2 The type or namespace name 'Rtf' does not exist in the namespace 'DocumentFormat' (are you missing an assembly reference?)
When trying to use this sample