Community discussion forum

Timer control

This is a comment thread discussing Timer control
  • 10 years ago

    This thread is for discussions of Timer control.

  • Advertisement

    Simply the fastest line-level profiler for .NET ever

    “The low overhead means it has minimal impact on the execution of my program”
    Mark Everest, Development Team Leader, Renault F1 Team Ltd.

    Try out the new ANTS Profiler 4 for yourself. Download your 14-day trial now

  • 6 years ago

    Sometimes, if the timer doesn't fire, one can try putting in a doevents statement. [Someone's got any experience with that one?]

  • 3 years ago

    How could i make a timer activate every 3 hours to check the database and findout any new records were added?


    Thanks in advance


    E.Screw

  • 2 years ago

    Hi!

    I created a control that I named KYNOUAJAXContainer that can be found at http://www.kynou.com/KYNOUControls/KYNOUControls.zip. This control allows you to add regular ASP.NET controls into it and they all become AJAX enabled. You can use this container control as a sort of timer control for ASP.NET. This is because the container control has a property called ShouldRefresh. When this property is set to true, it will refresh the content of all the controls inside of the container every RefreshInterval seconds (RefreshInterval is another property of the container control).
    I posted tutorials that will walk you through the steps to use the control at http://www.KYNOU.com under the Tutorial Index => Ajax => KYNOU AJAX Controls link

Post a reply

Enter your message below

Sign in or Join us (it's free).