hi
How to Retrieve FckEditor Value
My Code this
<asp:Panel ID="pnl" runat="server" Width="650px" Style="border: 1px solid black">
<FCKeditorV2:FCKeditor ID="fcknew" runat="server" Width="100%" Height="400px"
BasePath="~/FCKeditor/">
</FCKeditorV2:FCKeditor>
</asp:Panel>
server side code like this
Dim strTemp As [String] = DirectCast(pnl.FindControl("fcknew"), FredCK.FCKeditorV2.FCKeditor).Value
but my values forever got empty value what is error in this code.
Mark as Answer if its helpful to you
Kumaraspcode2009@gmail.com