Hi,
I am getting strange characters as the postback values of the control. What I am doing is the following:
* Generating a cuteEditor control dynamically (along with other input controls) on my asp.net page.
* Typing boldText into the cute editor and marking it bold.
* On postback, retrieving the controls' values from the Request.Form object based on their id. However, the value available for the cuteEditor's ID comes back as #1#7tr#5ng#2boldText#1/#7tr#5ng#2 .
Is this how cuteEditor encodes its value?
If I create a new cuteEditor and then assign it's XHTML (or text, it seems to make no difference) to that value, then that string gets displayed literally. I presume it is not getting re-encoded?
Please let me know what i can do to fix this. Other than this problem, we are finding cuteEditor to be a great product. However, before we can commit to it we have to know if we will be able to solve this.
Thanks.