Z Zach May 9, 2012 #1 Is there a simple way to display an .rtf file in a textbox using asp.net? Thanks, Zach.
Z Zach May 9, 2012 #2 Zach said: Is there a simple way to display an .rtf file in a textbox using asp.net? Thanks, Zach. Click to expand... PS I code in C#. Zach.
Zach said: Is there a simple way to display an .rtf file in a textbox using asp.net? Thanks, Zach. Click to expand... PS I code in C#. Zach.
A Arne Vajhøj May 10, 2012 #3 Is there a simple way to display an .rtf file in a textbox using asp.net? Click to expand... Google seems to indicate that you need some third party component for it. Like: http://www.4guysfromrolla.com/articles/102004-1.aspx http://rte.codeplex.com/ You could try look at those (they seem to be for editing, but maybe they have a readonly property). Arne
Is there a simple way to display an .rtf file in a textbox using asp.net? Click to expand... Google seems to indicate that you need some third party component for it. Like: http://www.4guysfromrolla.com/articles/102004-1.aspx http://rte.codeplex.com/ You could try look at those (they seem to be for editing, but maybe they have a readonly property). Arne
A Arne Vajhøj May 12, 2012 #4 So ASP.NET does not facillitate formated text to be displayed. Click to expand... Apparently not RTF. But it does support formatted text (hint: what is HTML). Arne
So ASP.NET does not facillitate formated text to be displayed. Click to expand... Apparently not RTF. But it does support formatted text (hint: what is HTML). Arne
Z Zach May 12, 2012 #5 Arne Vajhøj said: Google seems to indicate that you need some third party component for it. Like: http://www.4guysfromrolla.com/articles/102004-1.aspx http://rte.codeplex.com/ You could try look at those (they seem to be for editing, but maybe they have a readonly property). Arne Click to expand... Arne, So ASP.NET does not facillitate formated text to be displayed. Thank you for the references. Zach.
Arne Vajhøj said: Google seems to indicate that you need some third party component for it. Like: http://www.4guysfromrolla.com/articles/102004-1.aspx http://rte.codeplex.com/ You could try look at those (they seem to be for editing, but maybe they have a readonly property). Arne Click to expand... Arne, So ASP.NET does not facillitate formated text to be displayed. Thank you for the references. Zach.
Z Zach May 13, 2012 #6 Arne Vajhøj said: Apparently not RTF. But it does support formatted text (hint: what is HTML). Arne Click to expand... True, I am aware of that, I was kooking for a different route. Zach.
Arne Vajhøj said: Apparently not RTF. But it does support formatted text (hint: what is HTML). Arne Click to expand... True, I am aware of that, I was kooking for a different route. Zach.