ASP.NET C# 我在页面上设置一个当前时间怎么没用 这是代码 有错吗
divid="container"style="font-size:15px;width:1000px"><asp:TimerID="Timer1"runat="serv...
div id="container" style=" font-size:15px; width:1000px">
<asp:Timer ID="Timer1" runat="server" ontick="Timer1_Tick" Interval="1000"> </asp:Timer>
<asp:Label ID="Label" runat="server" Text="当前时间" Font-Bold="True" Font-Size="Large"></asp:Label>
<asp:Label ID="Label显示时间" runat="server" Text="Label"></asp:Label>
CS页面代码
protected void Timer1_Tick(object sender, EventArgs e)
{
this.Label显示时间.Text = DateTime.Now.ToString();
} 展开
<asp:Timer ID="Timer1" runat="server" ontick="Timer1_Tick" Interval="1000"> </asp:Timer>
<asp:Label ID="Label" runat="server" Text="当前时间" Font-Bold="True" Font-Size="Large"></asp:Label>
<asp:Label ID="Label显示时间" runat="server" Text="Label"></asp:Label>
CS页面代码
protected void Timer1_Tick(object sender, EventArgs e)
{
this.Label显示时间.Text = DateTime.Now.ToString();
} 展开
2个回答
展开全部
为“Timer1”的控件需要页面上有 ScriptManager。
你参考下:http://msdn.microsoft.com/zh-cn/library/cc295201.aspx
你参考下:http://msdn.microsoft.com/zh-cn/library/cc295201.aspx
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询