new to cute editor

  •  11-19-2008, 1:48 PM

    new to cute editor

    i have added

    <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>

    and

    <CE:Editor id="Editor1" runat="server" ></CE:Editor>

    in the .aspx page. My requirement is to store this cute textbox content  in database and retrive the text into same cute text box from database
     
    so how can i access this control in .aspx.vb file?
View Complete Thread