Search

You searched for the word(s):
< 1 second(s)
  • Adding CuteEditor Dynamically

    Hello, &nbsp; I am trying to add CuteEditor.Net control dynamically to my page, before it was giving me a different error, but now I have used &lt;form&gt; in my page and now its giving me the following Errror, Please Advise. &nbsp; ''Collection was modified; enumeration operation may not execute.'' &nbsp; I have attached belowthe Code I am ...
    Posted to Cute Editor for .NET (Forum) by aonh2000 on June 19, 2006
  • Re: How to create CuteEditor Dynamically in VB

    I have simplified the code to the point where its only giving the error &nbsp; ''The Controls collection cannot be modified because the control contains code blocks (i.e. &lt;% ... %&gt;).'' &nbsp; Please take a look and let me know if there is a better way of accomplishing the same result. I want to add a new CuteEditor at a ...
    Posted to Cute Editor for .NET (Forum) by aonh2000 on June 16, 2006
  • How to create CuteEditor Dynamically in VB

    Hello, &nbsp; I have asked this earlier as well. &nbsp; I am having problems trying to create the CuteEditor.Net control in my vb file. This is what I am trying to do in my vb code of ASP.NET page Dim Editor1 As New CuteEditor.EditorEditor.id = ''txtProcedure'' Me.Controls.Add(Editor) &nbsp; When I try to do this it give me the following ...
    Posted to Cute Editor for .NET (Forum) by aonh2000 on June 14, 2006
  • Re: Cannot create CuteEditor Control using VB

    Hi, &nbsp; What I really want to do is create a CuteEditor in vb and attach it to the page at runtime. but what is happening is that I am also creating the &lt;form&gt; tags at runtime as well. so CuteEditor is not registering. &nbsp; My Directory Structure ...
    Posted to Cute Editor for .NET (Forum) by aonh2000 on June 5, 2006
  • Cannot create CuteEditor Control using VB

    Hi, I am trying to add a CuteEditor.NET control to my aspx page, but I want to do it dynamically at runtime. &nbsp; There used to be a editor.draw() function which would create the control in VB. Is there a similar function in .NET as when I try to create the control using response.write, it does not append all the includes for cuteeditor, and ...
    Posted to Cute Editor for .NET (Forum) by aonh2000 on June 5, 2006