Listbox Indexes
I am using a listbox control to display a list of names from a database. They are being loaded using a dataReader, and the names display properly. But for some reason, when the names are clicked and selected, the selectedIndexChanged event does not fire, and the selected index value remains -1. Has anyone seen this before, and have an idea of how to fix.
I appreciate the help.
|