Hi Everyone,
I developed a page with FreeTextBox object
which allows update text using rich text format.
Now, If I type "TEST 123" and submit the data - works fine.
If I type "TEST 123' and submit the data - I recieve the following error:
Syntax error (missing operator) in query expression ''
"test 123' ' WHERE catid = 479'.
Also, If I copy\paste from Microsoft Word - I recieve similar errors..
The solution for that is to copy the text to notepad and then back to FreeTextBox editor.
I believe there is something to do with .Replace when post back but not sure what.
Can you please direct me?
Thanks!
YP