I am trying to send bulk email, creating body of message using HTMLEditorExtender. If I enter plain text in body without using formatting Email is sent correctly. If I copy and paste as an html table for example or use the formatting buttons, when I click
Send Button it translates into raw html and sends as such.
HTMLEditor is an ASP.NET AJAX Control that allows you to easily create and edit HTML content. Various buttons in toolbar are used for content editing. You can see generated HTML markup and preview document. And htmlEditorExtender is an ASP.NET AJAX Control
that enables you to extend the standard ASP.NET TextBox control with support for rich formatting. For example, the HtmlEditorExtender enables users to apply bold, italic, underline, subscript, superscript, and different foreground and background color to text.
eharford
0 Points
1 Post
Contents of HTMLEditor Extender changes
Nov 13, 2012 03:22 PM|LINK
I am trying to send bulk email, creating body of message using HTMLEditorExtender. If I enter plain text in body without using formatting Email is sent correctly. If I copy and paste as an html table for example or use the formatting buttons, when I click Send Button it translates into raw html and sends as such.
<table style="width: 703px; border-collapse: collapse;" border="1" rules="all" cellSpacing="0">< tbody><tr><th scope="col">Second Horses/Remarks</th></tr><tr><td> Mon 19-November-2012 10:45</td><td>Long Newnton</td><td>Long Newnton Airfield 1:30</td></tr><tr><td> Wed 21-November-2012 10:45</td><td>Ashwicke Grange</td><td>One Horse Day</td></tr><tr><td> Thu 22-November-2012 10:45</td><td>Breach Lane, Bushton</td><td>Littlecote Farm</td></tr><tr><td> Sat 24-November-2012 10:45</td><td>Foxley House</td><td>Madame Tynings 1:30</td></tr><tr><td> Mon 26-November-2012 10:45</td><td>Rodmarton Manor</td><td>Trull 1:30</td></tr><tr><td> Wed 28-November-2012 10:45</td><td>Horton Hall Farm, Horton</td><td>Bodkin Hazel Lane 1:30</td></tr><tr><td> Thu 29-November-2012 10:45</td><td>Yew Tree Farm, Little Somerford</td><td>Brook Farm 1:30</td></tr><tr><td> Sat 01-December-2012 11:00</td><td>Worcester Lodge preceded by Wessex Yeomanry Ride 10:30 Collection CA</td><td>The Kennels 1:30</td></tr></tbody>< /table>
chetan.sarod...
All-Star
65839 Points
11163 Posts
Re: Contents of HTMLEditor Extender changes
Nov 15, 2012 02:16 AM|LINK
Hi,
HTMLEditor is an ASP.NET AJAX Control that allows you to easily create and edit HTML content. Various buttons in toolbar are used for content editing. You can see generated HTML markup and preview document. And htmlEditorExtender is an ASP.NET AJAX Control that enables you to extend the standard ASP.NET TextBox control with support for rich formatting. For example, the HtmlEditorExtender enables users to apply bold, italic, underline, subscript, superscript, and different foreground and background color to text.
http://forums.asp.net/t/1791354.aspx/1
You could download the latest at: http://ajaxcontroltoolkit.codeplex.com/.
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.