I am using a Cute Editor designer in one of mu User Controls, But when i try to save the Designer.Text in the database, then i am observing that it encodes the various characters e.g. &, < and > etc., but it is not encoding the double quotes ("). Also, sometimes it is not even encoding the < and > if given in some particular sequence.
Because of this encoding when u tru to compare the saved value from some another value, they are not matched as string.
So, can you please let me know How should i go while comparing the strings so that they are matched even with the encoded string. ? Should I use the HTMLEncode with the latter string which is matched with the CuteEditor text ?
Also, why Cute Editor is not encoding all the characters e.g. double quotes (") etc. ?