i am using fckeditor in my page in the code behind file i want to retrieve the value of fckeditor what i am doing is
FckEditor objFckEditor = new FckEditor();
string abcd = server.Htmlencode(objFckEditor.value.trim());
i have also imported using FredCK.FCKeditorV2; in the top
but it is returning only null value