Saving formatted text from richtextbox

Posted by phenevo on Stack Overflow See other posts from Stack Overflow or by phenevo
Published on 2010-04-05T11:52:28Z Indexed on 2010/04/05 12:03 UTC
Read the original article Hit count: 232

Filed under:
|
|
|

Hi,

Is there any way, to save formatted in database from richtextbox?

I've got richtextbox and some parts of text in this are bold.

string s=richtextbox.Text obviously doesn't work.

And If I can get this formatted text how to save it in Ms Sql Server 2005 ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms