Skip to content
Loading
How to Call C# Method from javascript after timer count end
0
  • Sai Kumar Koona
    Hi Paul,
     
     You can use Javascript setTimeout() method. When times out, you can call an API using AJAX GET method call.  
    0