if Not Page.IsPostBack then
lbl1.Text="The date and time is " & now()
Sub submit(s As Object, e As EventArgs)
<h3><asp:label id="lbl1" runat="server" /></h3>
<h3><asp:label id="lbl2" runat="server" /></h3>
<asp:button text="Submit" onclick="submit" runat="server" />