I am writing a program that keeps track of employee check in and check out times. There are two list boxes, one for checked in employees and the other for checked out employees. My question is how do I remove the name from the check in list box and populate the check out list box when a employee inputs his/her user id in a text box?
I am not sure where to begin. I know how to populate a list box from a data reader but not from a text box and I don't know how to remove a specific item from a list box. Any suggestions on how to use list boxes in this manner?