Hi,

Please check that while your selection is getting checked is the data in the listbox is getting refreshed. I mean as you are checking for the selected items in the list, is the list doing a postback. And in that case you can check whether in the page load event have you bound the data to the listbox without handling the postback event. I hope this would solve the problem.

Regards,

Pintu