Search

You searched for the word(s):
< 1 second(s)
  • Re: Using CuteEditor in codebehind

    If I switch the dll to version 3 everything runs fine. So please fix this so i can place my order.
    Posted to Cute Editor for .NET (Forum) by Morten on November 26, 2004
  • Using CuteEditor in codebehind

    Im writing all my code in the codebehind file. publicclass Default : Page {  protectedoverridevoid OnInit(EventArgs e)   {    base.OnInit (e);     HtmlForm MyForm = new HtmlForm();     MyForm.ID = ''Form1'';     Controls.Add( MyForm );     CuteEditor.Editor Editor1 = new CuteEditor.Editor();     Editor1.ID = ...
    Posted to Cute Editor for .NET (Forum) by Morten on November 25, 2004