Re: Error when using renderControl to access editor

  •  05-03-2005, 8:56 AM

    Re: Error when using renderControl to access editor

    Hello:
     
    At least you should add the editor into a parent control .
     
    For example :
     
    Me.Controls.Add( Editor1 )
     
     
    Regards , Terry .
View Complete Thread