Click to See Complete Forum and Search --> : Rich Text Control for ASP.net needed


JonnyPoet
March 20th, 2008, 03:49 AM
Hi everybody.

Can someone suggest me a really good professional RTB which is able to be coded using ASP.net and C#. The user in the end should be able to write text into this control and to use all Styles like coloring letters, changing FontSize, Left align, right align, center - all that stuff without having any knowledge about HTML coding, so the user should be able to use it like MS WORD and the output should include all the formatting styles done by him.

Should have great functionallity but as cheap as possible as I'm only needing it for one project. Any suggestions ?

George1111
March 22nd, 2008, 09:34 AM
Hi Jonny
Did you look at this one ?

http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1636&lngWId=10

also

FreeTextBox

http://aspnet.4guysfromrolla.com/articles/102004-1.aspx

FreeTextBox is not the only rich text editor control available for ASP.NET. There are many other commercial rich textbox controls available, such as Cute Editor for .NET, and RichTextBox. These commercial options typically have more features than FreeTextBox. RichTextBox, for example, has a spell checker.

JonnyPoet
March 22nd, 2008, 04:23 PM
Thx George !
I had already tested the free one, but it doesn't fulfill all my needs.
I'll look at the planetSource one now. THE PICTURE THERE LOOKED FINE: Thx for your help.