Search code examples
asp.netajaxtimerasp.net-ajaxupdatepanel

Timer in asp.net works perfectly in localhost but not from outside


Timer in asp.net works when I run the application in localhost and when I upload and check online timer just don't work.

I copied the question from this topic because it's the same one, but the solution doesn't work anymore because "ToolScriptManager" was removed from Ajax libraries.

Timer in asp.net works perfectly in localhost but not online

So what should I do now?


Solution

  • I think putting the Timer into UpdatePanel solved it.