Hi Adam,
Thanks for the example.
After taking a look at HTML encode we added.
Server.HtmlEncode(CEDescription.Text.Trim)
That seems to encode the text to HTML but the unrecogizable characters remain in the sql db.
I type this into the editor text box: (the line breaks are by pressing enter)
theyyeyheh
djdjjdjdjdjdj
dgdgdg
ssssss
The sql db has this stored:
when my flash app calls this it gets extra breaks where there are those unrecognizable characters...
Any info would be helpful.
Thanks,
Rob