mike's web log

 

Blog Search


(Supports AND)

 

Google Ads

 

Technorati

 

Feed

Subscribe to the RSS feed for this blog.

See this post for info on full versus truncated feeds.

 

Quote

Seven Deadly Sins Rated
Sloth: Sloth is cheap, and easy to get. B+

Gluttony: Gluttony can be hard work. C+

Wrath: Unsociable, bad on the nerves, and drives property values down. D

Lust: Ah, lust. Putting the "deadly" back into the Seven Deadly Sins. B

Pride: My high school counselors were always pushing self-esteem on me. Were they pawns of the Adversary? C

Envy: All you have to do is covet something of someone else's and boom, you're a brimstone hors d'oeuvre. C-

Avarice: Greedy people inevitably end up looking goofy in public. D


Lore Fitzgerald Sjöberg



 

Navigation






<February 2010>
SMTWTFS
31123456
78910111213
14151617181920
21222324252627
28123456
78910111213


 

25 Most-Visited Entries

 

Categories

  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
  RSS
 

Blogs I Read

 

Contact

Email me
 

Blog Statistics

Dates
First entry - 6/27/2003
Most recent entry - 2/9/2010

Totals
Posts - 2091
Comments - 2127
Hits - 1,084,686

Averages
Entries/day - 0.86
Comments/entry - 1.02
Hits/day - 449

Update every 30 minutes. Last: 5:06 AM Pacific

 
   |  Rich text editors/HTML editors for ASP.NET

posted at 08:20 AM | | [4] |

A query that comes across the internal alias with some frequency ...

Q: Are there "rich text editors" for ASP.NET?
A: Yes. However, not among the standard controls in ASP.NET; they're all third-party.

I'd heard of maybe 4 or 5 such editors. Turns out there are quite a few. I looked around a bit, and the list below is what I came up with. I'm not endorsing any of these or anything; just trying to do an inventory. If I've missed some, by all means, let me know.

I've broken the list down into pure HTML editors and into editors that are more oriented toward word processing (RTF, etc.). There is overlap. Hopefully I'm getting them right; no guarantees.

HTML Editors
As near as I can tell, all of these work in-browser and produce HTML or XHTML.Word Processing, RTF, PDF, and more
These variously support other formats, notably non-HTML (e.g. RTF) and sometimes PDF.Other/Not Sure
I'm not sure how exactly these fit into the picture; they're listed at least in one location as being ASP.NET editors.
  • Community Editor (BigByte). Desktop editing, it says; possibly not in-page HTML editing? Appears to be free.
  • DevEdit NX (Interspire). Not 100% clear that it supports ASP.NET.
More Information
  • A similar list is available at 123aspx.com.
  • Daniel Walzenbach published a list as well in December 2007. With pictures! :-)
  • Scott Mitchell has an article on using FreeTextBox.
  • "Building a WYSIWYG HTML Editor" A two-part article by Mitchell Harper. I'm pretty certain that this is for Internet Explorer only, tho.

[categories]