In Asp.net, there are two good web editors, freetextbox and FCKeditor. Article Introduction, summarized
1 freetextox
When installing freetexbox. dll, you can drag the control.
Add in Web. config
<Httphandlers>
<Add verb = "get" Path = "ftbwebresource. axd" type = "freetextboxcontrols. assemblyresourcehandler, freetextbox"/>
</Httphandlers>
Note that in vs.net 2005 + Asp.net 2.0, you must set it on the page to use freetextbox.
<Ftb: freetextbox id = "freetextbox1" runat = "server" backcolor = "whitesmoke" supportfolder = "~ /Ftbwebresource. axd ">
</Ftb: freetextbox>
Do not miss supportfolder; otherwise, an error occurs.
Also, Set
<% @ Page Language = "C #" autoeventwireup = "true" codefile = "default. aspx. cs" inherits = "_ default" validaterequest = "false" %>
Validaterequest = false;
2 FCKeditor
installation is very troublesome and many articles are provided.
fckeditor2.2 + ASP. net2.0 incomplete strategy
http://blog.csdn.net/21aspnet/archive/2007/04/11/1559848.aspx
http://www.cnblogs.com/zhouxuanmsn/articles/729683.html
http://blog.blueshop.com.tw/topcat/archive/2006/11/30/45727.aspx
http://blog.csdn.net/lanhai180/archive/2006/02/23/607099.aspx