I am writing a code for showing a student's mark list.
I have a file containing every student's name and his marks in each subject.
I have to make a drop down list to select the student's name and then accordingly a drop down list of all his subjects (slicking on which will show his marks in that subject).
The problem is how do I search for the name and extract all the subject names for the file?
Please Help