<--! language : c# -->
public partial class MasterPage : System.Web.UI.MasterPage
{
protected void Page_Load(object sender, EventArgs e)
{
dateLabel.Text = DateTime.Now.ToString("MM/dd/yyyy");
timeLabel.Text = DateTime.Now.ToString("hh:mm:tt");
}
}
答案 0 :(得分:0)
你有一些选择:
如果您使用的是asp.net网络表单,请查看有关更新面板和触发器的问题:Timer in UpdatePanel
你可以使用javascript来保持你的时钟'正常运行',从你的第一次获得然后是Js开始。
更高级的方案,使用signalr,https://www.codeproject.com/Articles/1102221/Real-Time-Clock-using-SignalR