Question: For this project, create a Web - based ASP.NET Application. This application will be used by a high school to keep track of teachers, students,

For this project, create a Web-based ASP.NET Application. This application will be used by a high school to keep track of teachers, students, and student exam scores. You must create a user interface that allows a user to view, insert, update, and delete data from the following tables:
Teacher
Student
Exam
The teacher table has the following columns:
TeacherId (int)
FirstName (string)
LastName (string)
The student table has the following columns:
StudentId (int)
FirstName (string)
LastName (string)
The exam table has the following columns:
ExamId (int)
StudentId (int)
Score (int)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!