Get/Set Editor Text

  •  07-18-2006, 12:30 PM

    Get/Set Editor Text

    Im having a problem grabbing the text within the CuteEditor. It seems to copy the HTML tags with the message. I can set "Editor1.EnableClientScript = False" but it loses the toolbar and looks horrible because it redraws the CuteEditor control all messed up....

    I just need to grab the plain-text message from the CuteEditor. It shouldnt be hard at all...


    How can I grab just the plain-text message? I try "strMyString = Editor1.Text" but it only gives me the rich-text message with HTML tags. Now if I set "EnableClientScript=false" it gives me the plain-text message but it creates major HTML havoc on my page and I cannot do that.

    Any suggestions?
    Thanks
    Homecity

View Complete Thread