Search

You searched for the word(s):
< 1 second(s)
  • Re: Evenhandler not called

    Here's the master page as well: &lt;%@ Page Language=''C#'' MasterPageFile=''~/MasterPages/Newsletter.master'' Trace=''false''&nbsp;&nbsp; Culture=''en-GB'' UICulture=''en-GB'' %&gt; &lt;%@ Register TagPrefix=''projectControls'' Namespace=''MyProject.Controls'' Assembly=''MyProject.Controls'' %&gt; &lt;%@ Import ...
    Posted to Cute Editor for .NET (Forum) by stephenwm on January 11, 2006
  • Re: Evenhandler not called

    Here is the ascx file used as the skin file which the cute editor is placed in: &lt;%@ control language=''C#'' %&gt; &lt;%@ register tagprefix=''CE'' namespace=''CuteEditor'' assembly=''CuteEditor'' %&gt; &lt;%@ register tagprefix=''sc'' namespace=''MyProject.Controls'' assembly=''MyProject.Controls'' %&gt; &lt;table width=''100%'' ...
    Posted to Cute Editor for .NET (Forum) by stephenwm on January 11, 2006
  • Evenhandler not called

    &nbsp;I have page which uses a master page and skin file. In in the C# code behind it, there is an event handler inside which it reads the content of the editor for saving to a database. The problem I'm having is that the first time the Update button is clicked, there event handler is not called and the content of the editor is lost. If ...
    Posted to Cute Editor for .NET (Forum) by stephenwm on January 10, 2006