is it possible to throw multiple autopostback's on a page? it seems they all fire no matter which one was selected when using SelectedIndexChanged.<BR><BR>for instance, i've got two ListBox's, each of ...
I've got a listbox that holds a list of groups. Users can select a group, hit the remove button and the group should be removed from the listbox. The only problem is that no matter which group you ...