0% found this document useful (0 votes)
50 views

Week 1 - Lab PDF

The document outlines 7 tasks for a lab assignment to write VB.NET programs. The tasks include: clearing a label with a button click; displaying a greeting in a label on page load; hiding/showing a label with buttons; transferring text between textboxes with a button; redirecting on dropdown selection; detecting radio button selection to display a label; conditionally displaying hyperlinks based on time; and creating a simple calculator interface.

Uploaded by

cova
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
50 views

Week 1 - Lab PDF

The document outlines 7 tasks for a lab assignment to write VB.NET programs. The tasks include: clearing a label with a button click; displaying a greeting in a label on page load; hiding/showing a label with buttons; transferring text between textboxes with a button; redirecting on dropdown selection; detecting radio button selection to display a label; conditionally displaying hyperlinks based on time; and creating a simple calculator interface.

Uploaded by

cova
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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