i had made a dropdown in toolbar of cutesoft editor and
i am using following code to paste the HTML in text area of cute soft editor.
dropdown.Attributes["onchange"]="[CuteEditor_DropDownCommand(this,'PasteHTML')]";
but before this text should be pasted in editor,
i want to delete all HTML or text , present in the text area of the editor.