Hello all,
I'm having trouble trying to get items in one list box to another list box using the SelectedIndexChanged event on the first listbox. When I select the item in the first listbox that I want to display in the second list box, it will always select the top item, or index 0 and then display the same thing over and over again. It won't let me add differenect items. I know this is some sort of page load thing or maybe its the way I'm loading the items into the first listbox. I've included the project so if anyone can explain, or even try to make it work the way I want it would really clear up some issues. This is for a class assignment so thats why I'm doing the things that I'm doing, thanks.
Matthew


Reply With Quote