Fire JavaScript function on timer's Tick event
Hello,
I want to fire javascript function on Timer's Tick event.
Actually, I am trying to do as following,
Check validation in JS function when timer get Click and then if validation passed then proceed to fire server Function.
Thnaks...