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 set up a class with the function, which I use for my collection. Help !! In addition, I am unable to get the Count property to work at all. I need to be able to display in a label how many items in my entire student collection.
Any help, would be appreciated.
VbAche
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 set up a class with the function, which I use for my collection. Help !! In addition, I am unable to get the Count property to work at all. I need to be able to display in a label how many items in my entire student collection.
Any help, would be appreciated.
VbAche