I wrote code as below,but when I view this page by IE 6.0 ,show me some unknown string and Http 404 error not found .
What is issue? How could I resolve? I used Chinese Character.
<table width="100%">
<tr>
<td></td>
<td>
<FCKeditorV2:FCKeditor ID="FCKeditor1" runat="server">
</FCKeditorV2:FCKeditor>
</td>
<td></td>
</tr>
</table>
Tue, 05/06/2008 - 08:05
#1
Re: How Could I User FCKeditor in VS2005?
I have the same problem when I used VS2005 and FCKEditor. I mean it's not a problem of reference because I've checked two times for the dll in the bin directory.
Thanks for all
Lapile
Re: How Could I User FCKeditor in VS2005?
eg
<fckeditorv2:fckeditor id="Fck1" runat="server" basepath="~/fckeditor/" height="300px" toolbarset="EM2"></fckeditorv2:fckeditor>