Re: Cannot get DEFAULT.ASPX working ...

  •  05-01-2005, 5:39 PM

    Re: Cannot get DEFAULT.ASPX working ...

    I have started actual deployement by putting <% Register TagPrefix=CE etc.. %> into my .aspx page written in C#.  I have also <CE:Editor tag in my HTML portion and been successfull so far.  Your documentation helped me.


    However, I not yet successful, in getting the value from the CE:Editor tag using either JavaScript or C# codebehind. I have followed your example, does not to work without much thought .. Appreciate any link that will hep me.

    Thanks
    Paul
    <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
     
View Complete Thread