Ok, guys. I have no idea how to do it so hope you will help me.
Here is my task in general: edit an artilce via HtmlEditorExtender and show it to an user (without HtmlEditorExtender of course).
So in details then:
1) I need to retreive an article info from DB.
2) Format this article via HtmlEditorExtender.
3) If something was changed during formatting save data into DB.
4) Show generated page to an user.
Is it possible? :-)
I have no clue how to display already formated by HtmlEditorExtender text without HtmlEditorExtender...
I need HtmlEditorExtender only for formattin an article.
Thank you!