VS添加控件四步曲

1,应用控件的DLL文件,放Bin文件夹里面
2,web.config里面注册,
<appSettings>
<add key="FCKeditor:BasePath" value="~/admin/fckeditor/"/>
</appSettings>
3,页面引用
<%@ Register TagPrefix="FCKeditorV2" Namespace="FredCK.FCKeditorV2" Assembly="FredCK.FCKeditorV2" %>
4,页面调用
<FCKeditorV2:FCKeditor ID="content" ToolbarSet="Hugobasic" runat="server" Height="438px" Width="99%" > </FCKeditorV2:FCKeditor>

评论

此博客中的热门博文

Linux/ARM Page Table Entry 属性设置分析

提交了30次才AC ---【附】POJ 2488解题报告

笔记