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?
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