ASPX 页面:
protected void Timer1_Tick(object sender, EventArgs e) { Label1.Text = "AA"+DateTime.Now.ToString(); }