Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Public Class WebForm1
- Inherits System.Web.UI.Page
- Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
- End Sub
- Protected Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
- Label2.Visible = True
- Label2.Text = "Welcome to My First Web Form: " + TextBox1.Text
- Label3.Text = "Anda telah mengunjungi web ini pada jam : " + DateTime.Now.ToString()
- End Sub
- End Class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement