protected void btnSql_Click(object sender, EventArgs e) { lblSqlOutput.Text = string.Format("Database time: {0}", SqlDateTime.Now()); }