protected void Button1_Click(object sender, EventArgs e)
  {
       this.Label1.Text = DateTime.Now.ToString();
  }
