forum

Home / DeveloperSection / Forums / TextBox duplicates pasted content

TextBox duplicates pasted content

Royce Roy 1735 28-Aug-2014

I am using a FreeTextBox: 

<FTB:FreeTextBox ID="txtFreeTextBox"
RemoveServerNameFromUrls="false"
ToolbarLayout="ParagraphMenu,FontFacesMenu,FontSizesMenu,FontForeColorsMenu|Bold,Italic,Underline,Strikethrough;Superscript,Subscript,RemoveFormat|JustifyLeft,JustifyRight,JustifyCenter,JustifyFull;BulletedList,NumberedList,Indent,Outdent;CreateLink,Unlink,InsertImageFromGallery,InsertRule,InsertTable|Cut,Copy,Paste;Undo,Redo,Print"
runat="Server" Width="100%"
BackColor="239,239,240"ImageGalleryUrl="../../ftb.imagegallery.aspx?rif=Public/RootImages/&cif=Public/RootImages/">
</FTB:FreeTextBox>

The problem is that when I paste into it, it pastes it two times. Is there something to solve this?


Updated on 28-Aug-2014

Can you answer this question?


Answer

1 Answers

Liked By