Hello,
Working on a little project. I have two text input boxes that retrieve StudentName, StudentId. I am able to add to the collection all new students. However, when I am removing a student through the use of a command button, cmdRemove, I receive an error involving invalid argument. I have...