RichTextBox.RTF handle

  • Thread starter Thread starter Cricket
  • Start date Start date
C

Cricket

Hello,

I have some problem with handling the RTF type string. I have an application
which must have a text box, can handle Pictures and formatting texts, etc. So
I have chosen the RichTextBox control and stored the RTF property as nvarchar
in my database.

It works fine, but now I have to show this text in a browser and I can't
convert the RTF string to HTML. And I can't get the images from the RTF
string.

So the question is:
How can I convert the RTF string to HTML or any other form which contains
images, formatted strings, tables, etc.
Or which control should I use to get these features.
 
Back
Top