RT:常用的,顺便告诉哈使用方法谢谢

解决方案 »

  1.   

    freetextbox
    这个开源
    dotnettextbox
    这个功能多,但不开源,不推荐
      

  2.   

    一般用fckeditor,使用方法:
    1.
    在下载的文件中包含控件的源代码和一个已经编译好的文件("FredCK.FCKeditorV2.dll")。需要在你的项目中引用编译好的DLL文件,引用有2个方法: 手动复制FredCK.FCKeditorV2.dll 文件到你网站的"bin"目录 
    在你的Visual Studio.Net项目中按右键并选择“添加引用” ,从你保存FredCK.FCKeditorV2.dll 文件的地方选择他。 
    你也可以直接在Visual Studio.Net工具箱中包含这个控件,在工具箱中右键,选择“添加项”,然后,选择FredCK.FCKeditorV2.dll 。 
    确保你已经有了最新的DLL文件版本。 
    2.现在就可以在你的网站上使用他了,新建一个ASP.Net页面,在页面上创建一个实例,有2个方法: 把控件从工具箱中拖到你的页面(如果你已经在“第二步”中把他加到你的工具箱) 
    在你的ASP.Net页面顶部包含以下代码: 
    <%@ Register TagPrefix="FCKeditorV2" Namespace="FredCK.FCKeditorV2" Assembly="FredCK.FCKeditorV2" %>并且在<FORM runat="server">中添加控件的标签: <FCKeditorV2:FCKeditor id="FCKeditor1" BasePath="~/FCKeditor/" runat="server" />注意: BasePath 属性所指定的目录就是FCKeditor 所在的目录全部代码如下<%@ Page ValidateRequest="false" Language="VB" AutoEventWireup="false" %><%@ Register TagPrefix="FCKeditorV2" Namespace="FredCK.FCKeditorV2" Assembly="FredCK.FCKeditorV2" %><html> <head>    <title>FCKeditor - Sample</title>    < http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body>    <form runat="server">      <FCKeditorV2:FCKeditor id="FCKeditor1" BasePath="~/FCKeditor/" runat="server" />      <br />      <input type="submit" ="Submit" runat="server" />    </form> </body></html> 
      

  3.   

    fckeditor,freetextbox,cuteeditor到51aspx.com上看看
    fckeditor用的比较多
    参考
      

  4.   

    http://topic.csdn.net/u/20080914/08/257f2336-c9a1-402a-95ba-684ab861fad2.html?95248
      

  5.   

    FcKeditor,用法参考http://hi.baidu.com/hus07331/blog/item/b0593f00949b860b738da595.html
      

  6.   

    FCKeditor 使用方法参见http://hi.baidu.com/xiao_wei2008/blog/item/56bdfa0a44d51939b1351d35.html
    http://hi.baidu.com/lataing/blog/item/657f87cc146c211700e9283b.html
    非常详细 
      

  7.   

    fck呀..不过这些上传的图片好像没法跟内容关联.
      

  8.   

    dotnettextbox 
    我一直用这个,我的个人站点内容发布就是用这个控件杨永强个人站点:http://www.developceo.cn/
      

  9.   

    http://www.cnblogs.com/uephee/archive/2008/12/24/1293710.htm
    自己选吧,网络上该有的都在这里了……
      

  10.   

    wdTextBox
    FreeTextBox
    CuteEditor
    DotNetTextBox
    WebTextPane
      

  11.   

    个人觉得dotnettextbox不错 但是FCK也很好