views:

51

answers:

2

I need Free Rich Text Editor to use on ASP.NET.

Any suggestions?

+2  A: 

The best:

http://tinymce.moxiecode.com/examples/full.php

javascript so works for all :)

It's free and overall, easy to configure.

Stefanvds
I read about it, thinking :). Maybe some other suggestions.
Liuksas
well this one is free for all :)
Stefanvds
+3  A: 

Ckeditor is also very good http://ckeditor.com/

PaulStack
looks nice as well.
Stefanvds
Is it free? Because there are a lot of license rules, some of them are hard to understand. Can I use it for personal website of my own.
Liuksas
it depends on your project type - see this page http://ckeditor.com/license
PaulStack
Well I planing to use RTE on my personal Photo site.
Liuksas
if its for a personal site and not for corporate or financial gain then i believe that you can use it as with an open source license - download it and see the instructions about including the correct licences in your site
PaulStack
Any tutorials how to integrate it on ASP.NET project?
Liuksas
it can be integrated as with xhtml - it doesnt need anything specific on the textarea unless you need to access it from the code behindtry and incorporate it the same way as the html example
PaulStack