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
20
Text in WebHtmlEditor nto displaying in TextArea
posted

Hi All,

I am facing issue to assign text to WebHTMLEditor.

WebHtmlEditor1.EnableViewState =

false;

WebHtmlEditor1.TextWindow.Text = sText;

WebHtmlEditor1.DataBind();

This code should assign value to Editor's Text and show in TextArea, But its not assigning.

Could any body suggest me soluution in this?

Parents
No Data
Reply
  • 1765
    posted

    HI Atishpro, I tested this with NetAdvantage 9.2, 10.1 and 10.2 version but was unable to replicate the issue. Looks like, sText string is assigned to Editor text.

    Thank you

Children
No Data