So far, I'm really liking the RichTextBox control. I was wondering how to do this scenario. I have a database table with 2 columns, summary and summary_unformatted. I'm using the HtmlDataProvider to bind to the summary column where it saves to the column as HTML exactly as I want it. I would also like to bind to the summary_unformatted column, but not as html, but straight text without the formatting. How would I do this? I would be doing this to make it easier to see the data when using query tools that don't display html correctly and for searching capabilities.