R
redeem
Hi
Im doing the asp.net tutorial and Im wondering if any sub
called Page_load is automactically loaded when the
listing is compiled?
Sub Page_Load(Sender As Object, E As EventArgs)
If Not (Page.IsPostBack)
NameLabel.Text = Request.QueryString("Name")
End If
End Sub
Redeem
Im doing the asp.net tutorial and Im wondering if any sub
called Page_load is automactically loaded when the
listing is compiled?
Sub Page_Load(Sender As Object, E As EventArgs)
If Not (Page.IsPostBack)
NameLabel.Text = Request.QueryString("Name")
End If
End Sub
Redeem