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
445 B

imports System
imports System.Web.UI.WebControls
imports OboutInc
public class vb_updatepanel2
inherits OboutInc.oboutAJAXPage
protected serverTime as Literal
protected serverTime3 as Literal
protected postbackPanel1 as CallbackPanel
protected postbackPanel3 as CallbackPanel
sub Page_Load(byval sender as object, byval e as EventArgs)
serverTime.Text = DateTime.Now.ToString()
serverTime3.Text = DateTime.Now.ToString()