Re: Cannot create CuteEditor Control using VB

  •  06-10-2006, 3:57 AM

    Re: Cannot create CuteEditor Control using VB

     Adam wrote:
    Aon,
     
    Please check the following example:
     
     
    All the editors in the above datagrid are dynamically created.
     
    >>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 it doesnt show on screen.
     
    There is no "editor.draw() function" in the .NET version. You need to create the Editor control dynamically and added to the page's control collection.
     
     
     
     
     
     
     
     
     



    That's a fantastic demo and I'd like to try implimenting something similar, but where do I see the sample code?  I've managed to create a dynamic instance of the editor, loaded it with text from an existing page literal, but can't put it back in the literal when I'm done...

    Thanks in advance for any help!
View Complete Thread