Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Problem with rich text box:Verrry Urgent

i would like to read content of richtext box in xml along with paragraph , spaces n indents.
How can i do that?
[120 byte] By [Vidhi] at [2007-11-11 8:50:17]
# 1 Re: Problem with rich text box:Verrry Urgent
A RichTextBox stores Rich Text format (RTF), not XML. You'll have to write a conversion function to convert RTF to XML, or use one from a third-party: http://www.google.com/search?q=convert+rtf+xml
Phil Weber at 2007-11-11 17:25:00 >