Hi all
I have this checkedlistbox that appears on a winform that has a tabstrip
control. The tabstrip control has say more thatn 2 tabs. On the first tab
there is a checkedlistbox. The checkedlistbox first loads all possible items
from a database; say 10 options total for a user to select. I then make
another call to a database table that has the previously selected options for
the checkedlistbox. All the data comes back from the database fine. I am
able to use the SetItemChecked method to set which ever items in teh
checkedlistbox as checked, but when it finally is rendered on the screen,
none of the checked items show as checked. If I move the checkedlistbox to
another tab that is not to display at the time of rendering for the form, I
can select that tab and the items are checked.

I am wondering if any of you have seen anything similar to this. Thanks for
any assitance.