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.

RE: RichTextBox.RTF handle by Cricket

Cricket
Tue Jun 17 07:54:03 CDT 2008

So there isn't any tip, trick, advise or workaround? :(

"Cricket" wrote:

> 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.
>