I have a web site that stores documentation. We use RadEditor to add and update our documents. I'm in the process of converting all my pages from .NET 1.1 to .NET 4.0
As a result I'm using a newer version of RadEditor.
Our documentation is actually stored as html in a SQL database.
When we display a document, we read the SQL DB into an XML doc and display it.
I have RadEditor working just fine to add new documents. However, I'm having problems with editing documents.
When I retrieve my data from the SQL database, I'm loading the .InnerXML of my XML doc in the the RadEditor Content field. RadEditor starts up in Design mode, but the main window is showing all the HTML markup - how can I load my data, so that the main window shows my rendered document, with the HTML markup in the lower window only?
Basically, I need to make this new version of RadEditor function the way my old RadEditor 7.3.5 did. I've uploaded some files to illustrate my problem.
As a result I'm using a newer version of RadEditor.
Our documentation is actually stored as html in a SQL database.
When we display a document, we read the SQL DB into an XML doc and display it.
I have RadEditor working just fine to add new documents. However, I'm having problems with editing documents.
When I retrieve my data from the SQL database, I'm loading the .InnerXML of my XML doc in the the RadEditor Content field. RadEditor starts up in Design mode, but the main window is showing all the HTML markup - how can I load my data, so that the main window shows my rendered document, with the HTML markup in the lower window only?
Basically, I need to make this new version of RadEditor function the way my old RadEditor 7.3.5 did. I've uploaded some files to illustrate my problem.