Question: create an ASP.NET program that do the following: a) Display students list. b) Display student details, the application should open Student page. c) Add new
create an ASP.NET program that do the following:
a) Display students list.
b) Display student details, the application should open Student page.
c) Add new student, the application should open AddStudent page.
d) Delete student
e) Consider all input validations needed for the above form.
Hints:
Assume the context database object is: StudentContext db = new StudentContext ()
You only required to implement the model and controller
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
