Hi,

I have a listbox which is populated with data from my DB. The remaining information in the page depends on the selected listbox item.

When the user picks another item in the list I call OnSelectedItemChanged to refresh the information displayed on the page. Unfortunately the page fails to reload and gets stuck while redrawing the ListBox.

Does anyone know what I'm possibly doing wrong or can point me in the right direction for a working example of using this method?

Cheers