To Projects
IT 230 -- Project 6
GradeBook
- Create an ASP.Net page (.aspx extension) that displays
grade data from university students:
- Convert the data in
grade-data.csv to
an Access 97 database named gradedata.mdb. Directions will be posted
here that explain how to do this.
- This database contains one table named Groceries includes
the fields ID, LastName, FirstName, CourseNumber, CourseName,
CreditHours, Grade.
- Include textboxes for the user to enter the LastName
and FirstName and a submit button for submitting the query.
The corresponding course numbers, course names, credit hours
and grades should be displayed in a DataGrid control.