CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2006
    Posts
    199

    Store rich text in a DataTable?

    I construct a DataTable via code from data read from several sources, and some of the text is "rich text".

    Is there a way to define a column in a DataTable to be of type Rich Text?

    I can't see how to do this..

    thanks.

  2. #2
    Join Date
    Jul 2006
    Posts
    97

    Re: Store rich text in a DataTable?

    If I'm not wrong, rich text is piece of text with additional symbols for formatting. So it's basically the same text, it's the control that parses it that makes it look "rich".
    Using .NET 2.0

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured