Rich Text Box. .NET 2.0 Content formatting.

Posted by Ranjit on Stack Overflow See other posts from Stack Overflow or by Ranjit
Published on 2010-01-11T22:36:11Z Indexed on 2010/04/10 17:03 UTC
Read the original article Hit count: 262

Filed under:
|

I have a small windows client application data bound to a single table backend. I created a DataSet using the wizard in VS 2005, and it automatically create the underlying adapter and a GridView. I also have a RichText control and bound it to this DataSet. All well so far but, I need to replace certain characters(~) on the fly before the data is shown in the RichTextbox. Can this be done.

© Stack Overflow or respective owner

Related posts about richtextbox

Related posts about .NET