LAB 2

2
BIE 33103 DOT NET PROGRAMMING Lab 2 What I need is your source code AND the output (in browser) for each of the following problem. 1. Run the first example in Chapter 3 lecture note. 2. Edit the program above, create at least ONE your very own array (size of the array =5), where it will output each element in the array using a for loop. You may comment out the TimeLabel from the script if it is no longer required. 3. Edit the program above, using a conditional logic, stop the loop if index of the loop = 3. ADDITIONAL AT HOME WORK: I will send to you a sample of OOP program in ASP.NET, I want you to use the sample to

description

LAB 2

Transcript of LAB 2

BIE 33103 DOT NET PROGRAMMINGLab 2What I need is your source code AND the output (in browser) for each of the following problem.

1. Run the first example in Chapter 3 lecture note.2. Edit the program above, create at least ONE your very own array (size of the array =5), where it will output each element in the array using a for loop. You may comment out the TimeLabel from the script if it is no longer required.3. Edit the program above, using a conditional logic, stop the loop if index of the loop = 3.

ADDITIONAL AT HOME WORK:I will send to you a sample of OOP program in ASP.NET, I want you to use the sample to show the inheritance in your own FAMILY . Create necessary classes to show the inheritance. Also, create you and your sibling (one only) as the instances of one of the classes.

Send your labwork to me on the next Thursday(at my office).