RTF Viewer in asp.net

2020-04-30 17:57发布

问题:

I need to know how to view a .RTF file content in a webpage . In Winform it's have a RichTextBox to display the contents But How to achieve this in Webforms . Any One Know this Issue .

回答1:

If jQuery fits your development model, there are several RTF jQuery modules. CKEditor being one we use.

CKEditor RTF Control



回答2:

Also you could try RTE found on codeplex

A demo of it in action can be found here