Search

You searched for the word(s):
< 1 second(s)
  • Re: Cast problem in event

    So I try to get the Text when the Unload event occurs. When I request this, I get the error, but the editor.ID however is available! Where did my text go?
    Posted to Cute Editor for .NET (Forum) by Wanja on November 30, 2004
  • Re: Cast problem in event

    Terry, private void Page_Load(object sender, System.EventArgs e) { CuteEditor.Editor editor = new CuteEditor.Editor(); editor.FilesPath = ''controls/CuteEditor_Files''; editor.Unload += new System.EventHandler(editor_Unload); placeholer.Controls.Add(editor); } private void ceCompetenceComment_Unload(object sender, ...
    Posted to Cute Editor for .NET (Forum) by Wanja on November 29, 2004
  • Cast problem in event

    I get the error ''Response is not available in this context'' when I try to cast the object sender to CuteEditor.Editor when the Unload event is triggered. I try to put the editor.text on the screen by calling the Response.Write function. Any ideas why this is?
    Posted to Cute Editor for .NET (Forum) by Wanja on November 26, 2004
  • Re: Asp.Net RequireFieldValidator and CE

    Anyone???
    Posted to Cute Editor for .NET (Forum) by Wanja on October 15, 2004
  • Re: Asp.Net RequireFieldValidator and CE

    Adam, &nbsp; So to get this straight, there is no way to validate CE on client side? Cause I'm validating multiple webcontrols and if CE is blank and I fill it with text after the notification but blank an other webcontrol, the error message of CE remains, because the validator of the other webcontrols block everything!
    Posted to Cute Editor for .NET (Forum) by Wanja on October 13, 2004