Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Internet Programming II

Lab Assignment:
Write VB.NET programs for each of the following task:

Task 1:
Clear message in a Label control by clicking button “Clear Msg” (button click
event).

Task 2:
Display message Good morning or Good afternoon in a label control once the
page loads (page event)

Task 3:
Hide/show message in a Label control by clicking button “Show Label” or “Hide
Label” (button click event).

Task 4:
Transfer text from one Textbox to another (button click event).

Task 5:
Redirects a user to a new page once the user selects a file name from a Drop-
Down-List control.

Task 6:
Detects which item has been checked from a set of Radio Buttons and displays
message in a label control.

Task 7:
Display hyperlink with either text ”Visit Morning Session” or “Visit Afternoon
Session” based on the time of the day.

Task 8:
Create a simple calculator user interface.

Lecturer: P Kanaksabee 1

You might also like