You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
413 B

using System;
using System.Web.UI.WebControls;
using OboutInc;
public class cs_updatepanel2 : OboutInc.oboutAJAXPage
{
protected Literal serverTime;
protected Literal serverTime3;
protected CallbackPanel postbackPanel1;
protected CallbackPanel postbackPanel3;
void Page_Load(object sender, EventArgs e) {
serverTime.Text = DateTime.Now.ToString();
serverTime3.Text = DateTime.Now.ToString();