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
2170
UltraTextEditor.Text Exceeding 32K
posted

I am able to assign the .Text property of the UltraTextEditor to a length greater then 32K but when I attempt to retrieve the Text I get the error:

System.NullReferenceException: Object Reference not set to an instance of an object

I store a BASE64 encoded image in my database and convert this back to a .NET image at runtime so the user can see the image assigned to the record. Is there a way to retrieve the Text when exceeding 32K?

 

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi Roger,

    I'm pretty sure this is a limitation of the Inbox TextBox control - which the UltraTextEditor uses or editing. 

    Out of curiosity, why would you want to display a base64 encoded image as text? What possible use could this be to a user?

     

Children