To Projects

IT 230 -- Project 6
GradeBook

  1. Create an ASP.Net page (.aspx extension) that displays grade data from university students:
     
    1. 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.
       
    2. This database contains one table named Groceries includes the fields ID, LastName, FirstName, CourseNumber, CourseName, CreditHours, Grade.
       
    3. 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.