I posted this over in the .net forum, but I think this might be specific to the FCKEditor
using VWD express and DNN 4.5.5 Install, I have a texteditor in a module:
uc1:texteditor id="teContent" runat="server" height="400" width="660" Text=' <%# Bind("Tex") %>' ></uc1:texteditor>
<
If I check the 'basic text box' radio button, whatever I type makes it into the table. If I check 'rich text' however, nothing goes in. I thought it might be the datatype, but the basic text goes in as 'text' 'raw' or 'html' just fine and i tried switching the type to 'ntext' nvarchar varchar with no change. I can start typing in basic text box, switch to 'rich tex editor' and keep typing. whatever i type in the basic text box works makes it into the table, but nothing from what i've typed in the rich text editor makes it in. any ideas?