如何在ASP.net上正确使用启动和停止计时器?

时间:2018-02-07 01:29:19

标签: javascript c# asp.net timer code-behind

我在ASP.Net上使用计时器时遇到问题 停止后我无法启动计时器。

我使用

从代码后面调用函数
ScriptManager.RegisterClientScriptBlock(this.Page, this.GetType(), "MyFun1", "startTimer();", true);

给我这个错误。屏幕截图如下..

enter image description here

我的主要问题是我需要像这样使用计时器。 做点什么>开始时间>在Tick +停止时间做一些事情>做点什么>开始时间 但我不能,因为当我停止它时我无法重启计时器。

<asp:Timer ID="tmrMain" runat="server" Interval="1000" EnableViewState="False"></asp:Timer>

1 个答案:

答案 0 :(得分:1)

因为$是Jquery对象,find是方法。

所以你可以使用dot来调用方法

$.find('tmrMain');