Click to See Complete Forum and Search --> : Please point me to a good resource on how to implement a text editor into my page.


cube01
June 24th, 2008, 04:23 PM
Basically I want my users to be able to create a rich text document, and save the contents to a file on my server.
I can either save the output to a file on my server or to a sql db. However I'm having a hard time getting started on this portion of my projects as I'm not sure where to start and haven't found any good resources on this subject.
If anyone can nudge me in the right direction I'd appreciate it... Thanks! :wave:

hspc
June 24th, 2008, 04:49 PM
You can use the famous FCK Editor (http://www.fckeditor.net/download), the asp.net version.

cube01
June 24th, 2008, 06:14 PM
That's pretty much outstanding.... Thanks!