You are on page 1of 2

BIT 3208 - ASP Form Assignment

Instructions
1. Each solution should have all source codes and screenshot for
executed program output
2. Due Date : 18th July 2020
Question 1
(a) Design a web application for capturing and processing student marks online.
The program uses web form to capture the following details:
 Student Names
 Registration number
 Course Title E.g BBIT
 Four units mark e.g Introduction To Business, Management Accounts, Intro to
Programming etc.

The program computes the total and average marks on submitting the captured
details.
The program also computes the overall grade for the student using the average
marks from the captured units’ marks. The grade is computed as follows

Average marks Grade


0 – 49 Fail
50 – 59 Pass
60 – 69 Credit
70 -100 Distinction

NB: The program should display all the student details captured and their performance
results.
Question 2

Choose an area in web applications which requires use of forms.


1. Design a form with at least 8 fields of different types E.g text
box, option, checkboxes etc
2. Create the ASP web page to receive and display the form
details.

NB: Your form data collected should allow some computations to


be performed.

Case 1 – Use POST method


Case 2 – Use GET method

You might also like