[CLOSED] [1.0] DirectEvent Stops working

  1. #1

    [CLOSED] [1.0] DirectEvent Stops working

    Hi,

    DirectEvent Stops working when creating a custom System.Web.UI.HtmlControls.HtmlForm to replace existing aspnetform?


    Original
    <form id="form1" runat="server">
    ....
    </form>


    Custom
    <xx:CustomHtmlForm id="form1" runat="server">
    ...
    </xx:CustomHtmlForm>



    public class CustomHtmlForm : System.Web.UI.HtmlControls.HtmlForm {
    ....
    }


    How does the DirectEvent interact with webform?


    Regards,
    Kheam








  2. #2

    RE: [CLOSED] [1.0] DirectEvent Stops working

    Hi,

    Please create test project which demonstrates the problem, zip it and post (please do not attach assemblies)


    EDIT: Marked as [CLOSED] until further information/sample is provided.

Similar Threads

  1. Application stops working after some time
    By mercede75 in forum 1.x Help
    Replies: 0
    Last Post: May 18, 2012, 6:47 AM
  2. Replies: 1
    Last Post: Mar 27, 2012, 2:36 AM
  3. VS stops working
    By oseqat in forum 1.x Help
    Replies: 0
    Last Post: Jun 28, 2011, 9:31 AM
  4. VS stops working
    By oseqat in forum 1.x Help
    Replies: 0
    Last Post: Jun 28, 2011, 9:24 AM
  5. [CLOSED] [1.0] - MVC - DirectEvent Timeout not working
    By drkoh in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 12, 2010, 4:10 PM

Posting Permissions