I am using the Cute Editor control in an ASP.Net page. The data in the editor control is bound to a field in a SQL table. When I include an apostrophe (and I suspect other special characters) in the editor text, I get an error when the page attempts to insert the record into the SQL table. What should I do to ensure that I can include apostrophes and other special characters in the editor test and have it written to my SQL database? Thanks for any help.