Create a database with two tables as StudentInfo, which contain rollno, name and year of a student and StudentScore which contain marks of three subjects for each student. Display name of all the students in a DropDownList and according to user’s choice, a particular student’s score record should display in a FormView/DetailView control.
0 Comments