Re: Corrupted text when pulling from DB

  •  01-02-2009, 12:46 PM

    Re: Corrupted text when pulling from DB

    1. When I go back to that page my text is still there and looks fine.
     
    2. The response.write of the data works great...it's only when I pull the text from database into the editor using the follwing line that the text contains symboles...
     
    editor.Text = rsSelectedArticle("article_body")
     
    3. Here is an example of the text stored in the DB..
     
    NEW YEAR’S EVE FAMILY FUN DAY
     
    here's what comes out of the database using response.write
     
    NEW YEAR’S EVE FAMILY FUN DAY
     
    Here's what the text looks like when pulling from the db into your editor
     
    NEW YEAR’S EVE FAMILY FUN DAY
     
View Complete Thread