Hi,
I have som problem when I use the FCKeditor in a .net project with ajax update pan.
When I save the page, the information in the text editor will not be saved. (FCKEditor.value).
The field in the editor is been empty before the save event in the c# code is fired.
I must save it with the save button in the editor frirst and then save the page.
The button I use to save the page is an asp:LinkButton and the code is i c#.
Is't any way to get the save button in the editor before I call the save page button?
I have som problem when I use the FCKeditor in a .net project with ajax update pan.
When I save the page, the information in the text editor will not be saved. (FCKEditor.value).
The field in the editor is been empty before the save event in the c# code is fired.
I must save it with the save button in the editor frirst and then save the page.
The button I use to save the page is an asp:LinkButton and the code is i c#.
Is't any way to get the save button in the editor before I call the save page button?