<FCKeditorV2:FCKeditor ID="FCKeditor1" runat="server" BasePath="~/fckeditor/"> </FCKeditorV2:FCKeditor>
label
protected void btnUpdate_Click(object sender, EventArgs e)
{
lblContent.Text = FCKeditor1.Value;
}
no data It's work
