I can’t write a good headline for this topic because my problem is a bit strange. I am using AjaxControlToolkit HTMLEditorExtender on my website to send HTML emails. Every other function, such as bold, italics, underlining, etc., works fine, but when I add a link, it displays the HTML code as follows:

As you can see, BOLD works, but the anchor tag is displayed in HTML code format.
Code for the expander and text field:
<asp:TextBox ID="TextBox2" runat="server" Height="376px" TextMode="MultiLine" Width="795px"></asp:TextBox> <asp2:HtmlEditorExtender ID="TextBox2_HtmlEditorExtender" runat="server" Enabled="True" TargetControlID="TextBox2"> </asp2:HtmlEditorExtender>
Can someone tell me why this is happening? Is this a mistake with the expander?
Shiva pareek
source share