Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
365
Uppraded asp.net controls from 2006v3 to 2010v3 -now control does not display HTML
posted

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 ?

Parents
No Data
Reply
  • 19693
    Suggested Answer
    posted

    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.

Children
No Data