//往页面中嵌套编辑控件。首先得有这样一个控件。然后按如下步骤:
1. 现在文件头加上:<%@ Register TagPrefix="FCKeditorV2" Namespace="FredCK.FCKeditorV2" Assembly="FredCK.FCKeditorV2" %>
2. 然后在相应位置加上:
<tr bgcolor="#ffffff">
<td colspan="4">
<span style="font-size:
<FCKeditorV2:FCKeditor BasePath="/jly/Inc/" Value='<%# Bind("content") %>' ID="Content" runat="server" Height="400px"></FCKeditorV2:FCKeditor>
</td>
</tr>
浙公网安备 33010602011771号