Using atlas.found worng.

Last post 07-16-2006, 5:49 AM by raylynn. 1 replies.
Sort Posts: Previous Next
  •  07-16-2006, 3:50 AM 21004

    Using atlas.found worng.

    This is my codes:
     
    <%@ Register Assembly="CuteEditor" Namespace="CuteEditor" TagPrefix="CE" %>
    <%@ Register Assembly="Microsoft.Web.Atlas" Namespace="Microsoft.Web.UI" TagPrefix="cc1" %>
    <cc1:ScriptManager ID="sm" EnablePartialRendering="true" runat="server"></cc1:ScriptManager>
            <cc1:UpdatePanel ID="up1" runat="server">
                <ContentTemplate>

    <CE:Editor ID="descriptions" runat="server" AutoConfigure="Full_noform" Width="100%" EnableClientScript="true">
                <FrameStyle BackColor="White" BorderColor="#DDDDDD" BorderStyle="Solid" BorderWidth="1px"
                    CssClass="CuteEditorFrame" Height="100%" Width="100%" />
                        </CE:Editor>
    <asp:Button ID="button1" runat="server" Text="button1" />
    </ContentTemplate>
    </cc1:UpdatePanel>

    </asp:content>
    --------------------------------------------------------
     
    When I click button1,cuteeditor's toolbar and other controls display wrong:
     
     
     How do it to do?
  •  07-16-2006, 5:49 AM 21005 in reply to 21004

    Re: Using atlas.found worng.

    help me please. I wait for online..
View as RSS news feed in XML