Click here to Skip to main content
16,017,502 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I am showing FCK Editor in Modal Modal PopUp Extender but when page load it's throwing a JS Error, i.e.
htmlfile: Could not complete the operation due to error 800a025e

and here is my simple code. This code working fine on Button Click .
XML
<asp:Button ID="btnAddSections" runat="server" Text="Add NIT/RFP" />

<asp:ModalPopupExtender ID="ModalPopupExtender1" runat="server" CancelControlID="btnCancel"
OkControlID="btnOk" TargetControlID="btnAddSections" PopupControlID="Panel1"
Drag="false" BackgroundCssClass="ModalPopupBG">
</asp:ModalPopupExtender>

<asp:Panel ID="Panel1" runat="server" CssClass="Popup">
<FCKeditorV2:FCKeditor ID="txtMesg" BasePath="~/res/fckeditor/" runat="server" Height="400px"
Width="100%" />
</asp:Panel

i havn't got any Solution .....

Thanks in advance.....

Best Regards,
Sutotpal
Posted
Updated 23-Aug-12 2:16am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900