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?