Adding CuteEditor to an ASP.NET Page
To add Cute Editor to an ASP.NET page, do the following:
1. Add the following line to the top of your page:
<%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
2. Add the following code between <form runat="server"> tags:
<CE:Editor id="Editor1" runat="server" ></CE:Editor>