RichTextBox.RTF handle

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top