ajax的timer控件tick事件不执行
vs2010,保证将timer和label拖入updatepannel里面了,timer的interval也设置了,可是label就是不变啊,下面是代码前台:<asp:S...
vs2010,保证将timer和label拖入updatepannel里面了,timer的interval也设置了,可是label就是不变啊,下面是代码
前台:
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:Timer ID="Timer1" runat="server" Interval="4000" ontick="Timer1_Tick1">
</asp:Timer>
<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>
</ContentTemplate>
</asp:UpdatePanel>
后台:
protected void Timer1_Tick1(object sender, EventArgs e)
{
Label1.Text = DateTime.Now.ToString();
}
谁能告诉我是为什么啊 ,郁闷中。。。。 展开
前台:
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:Timer ID="Timer1" runat="server" Interval="4000" ontick="Timer1_Tick1">
</asp:Timer>
<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>
</ContentTemplate>
</asp:UpdatePanel>
后台:
protected void Timer1_Tick1(object sender, EventArgs e)
{
Label1.Text = DateTime.Now.ToString();
}
谁能告诉我是为什么啊 ,郁闷中。。。。 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询