Hi
Very odd problem (since upgrading). We store HTML in an SQL database. We save/retrieve using the contents from the web editor. The text is saved in the database, but when the control retrieves the HTML nothing is shown in the editor ?
Hello Roundhouse_sw ,
Can you please check if you have difference between the field names in the SQL
and / or Bind statement after the upgrade?
Which property do you use in order to save / load the HTML in the database?
If you use TextXhtml, it uses complex filtering logic to build output value and if content is complex, so the result value may be different from original.
For example, in order to get around the content-validations which are built into dot-net, editor uses global replacements of ">", "<", "\"", and some other characters .
Conflict are possible so I recommend you using the Text property in such scenario.
http://forums.infragistics.com/forums/t/26308.aspx
Hope hearing from you soon.