I tried : <CE:Editor ID="texto" runat="server" Text='<%# artigos.FieldValue("texto", Container) %>' />
Can you try get the content using Request.Form("texto")?"
I get a lot of stange characters in the textarea of cute editor from previous tests (#1p#2#01p#02#01p#02#01p#02#01p#02t#09#07t#09fffgggg), but even so I cant update it... the behavior Update Record doesn´t recognize the editor ID... "texto"
Tried with <CE:Editor ID="texto" name="texto" runat="server" Text='<%# artigos.FieldValue("texto", Container) %>, nothing.
I thought maybe I coud pass the "text" as a variable to an hidden field...?
<input type="hidden" name="texto" value='variable from cute'>
but I dont know how to in .net :(