Re: No Postback where cutesoft editor is, asp.net 2.0. (Problem founded)

  •  03-12-2006, 6:31 PM

    Re: No Postback where cutesoft editor is, asp.net 2.0. (Problem founded)

    <%@ Page Language="VB" MasterPageFile="~/Principal.master" Title="Untitled Page" MaintainScrollPositionOnPostback="true" %>

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

    <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

    <ce:editor id="Editor1" runat="server"></ce:editor>

    </asp:Content>

View Complete Thread