Hi,

I am having following scenario:

Listbox user control having 'selectedIndex_changed' event firing.

This listbox user control will be populated n no. of times on same page and after 'selectedIndex_changed'  event fires it fills other listbox controls data on the same page.

Because of this situation i am not able to maintain states of listboxes and and too many page refreshes happening.

Will you please give me rigth solution for this.