I have a listbox containing a list of items coming from the database. When I select an item from the listbox, i want to display some attributes of the selected item. I am not able to trap the event which is getting fired when I select an item in the listbox. I have written code on listbox selected index change event which is firing only for the 0th index and not firing when I am changing the selection from 0th item to any other item.