1、控件注冊
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit.HTMLEditor"
TagPrefix="HTMLEditor" %>
2、使用標籤
<HTMLEditor:Editor ID="heDescription" runat="server" Height="200px" AutoFocus="true"
Content="txtDescription" Width="100%" >
</HTMLEditor:Editor>