I need to call function on timer (lets say onTickTack() function) and reload some info in ASP.NET MVC project. I know that there are several ways to do that, but which one i
My solution is this way;
Called Method;
[HttpPost] public ActionResult Method() { return Json("Tick"); }