I tried to render CuteEdit component but I've got an unexpected result with just one textarea tag.. :(
var q = new CuteEditor.Editor() { ID = "asdfgh" };
q.ConfigurationPath = "/cutesoft_client/cuteEditor/configuration/autoConfigure/Full.config";
System.Web.UI.Adapters.ControlAdapter w;
var sb = new StringBuilder();
var hw = new HtmlTextWriter(new System.IO.StringWriter(sb));
q.RenderControl(hw);
return sb.ToString();
Please, help with rendering
Thanks in advance
Subhasis Chanda
Thanks!
Subhasis Chanda
Please "Mark as Answer" if this post helps you
Subhasis.cha...
Member
63 Points
81 Posts
Problem with Rendering cuteeditor
Jun 08, 2012 06:14 AM|LINK
I tried to render CuteEdit component but I've got an unexpected result with just one textarea tag.. :(
var q = new CuteEditor.Editor() { ID = "asdfgh" };
q.ConfigurationPath = "/cutesoft_client/cuteEditor/configuration/autoConfigure/Full.config";
System.Web.UI.Adapters.ControlAdapter w;
var sb = new StringBuilder();
var hw = new HtmlTextWriter(new System.IO.StringWriter(sb));
q.RenderControl(hw);
return sb.ToString();
Please, help with rendering
Thanks in advance
Subhasis Chanda
Subhasis Chanda
Please "Mark as Answer" if this post helps you
SonicMan
Participant
1472 Points
228 Posts
Re: Problem with Rendering cuteeditor
Jun 11, 2012 08:53 AM|LINK
Hi
It's not a deploye problem.
Please choose other formum in this main forum.