Issue with a bind and Firefox submissions

  •  03-21-2008, 11:25 AM

    Issue with a bind and Firefox submissions

    Having trouble getting updated text from a bind:

    <CE:Editor ID="ArticleFTB" runat="server" Text='<%# Bind("ArticleText") %>' AutoConfigure="Simple">
                            </CE:Editor>

    The bind operates as expected, but if  I change the text and submit it, the old text (From the bind) is submitted - not the updated
     
    This does not occur in IE, only in Firefox....
     
    DLL Product Version CuteEditor 5.3
     
View Complete Thread