I am using <dw:Editor id="myEditor" runat="server" Text='<%# Bind("OfficeDescription") %>' /> in a ListView but no matter what I do it keep adding a <p>,</p>to the end of the content every time a make an update.
If I replace the editor with a asp:TextBox there is no problems, so the issue must lie in the Editor some where.
Anyone?