ASP.NET: Add a Rich Text Editor on your Website

Thursday, November 29, 2007

If you need a Rich Text Editor on your ASP.NET website there's some good news for you. Kannan Sundararajan has written a Rich Text Editor control which you can directly use on your website.



The control comes with loads of features which include font styling, emoticons, code blocks and clipboard support. It also enables you to view the html code generated by the editor. You can read more about its features here.

The source-code of the control is shared and is available on CodePlex. Also, view the live demo of the RTE control.

Its a superb control to use with forums, blogs or content management applications. Just add the control to your page and give your users this cool interface.

2 comments:

Anonymous said...

how to update editor content dynamically.

Gurpreet Singh Modi said...

there might be a property with the editor which could enable you to update it. if not you can add a property (say, Text) to the source code of the editor and assign the Text with your custom value from the page.

Post a Comment