Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

asp.net ajax contentchanged event of editor not firing.

$
0
0

sir,

I have try like below

<cc1:Editor ID="Editor1" runat="server"
        oncontentchanged="Editor1_ContentChanged" />
    <asp:Literal ID="Literal1" runat="server"></asp:Literal>

at codebehind

protected void Editor1_ContentChanged(object sender, EventArgs e)
    {
        Literal1.Text = Editor1.Content;

    }


Viewing all articles
Browse latest Browse all 5678

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>