CheckedListBox problems

M

Mortos

Hi all,
I have a tab control on a form with a number of tab pages. On page 1,
there's a CheckedListBox with a few checked items. Now here's the
problem. When the user clicks another tab page and returns, the checked
items are *no longer checked*. The items are all in the CheckedListBox
but they have been reset to 'UnChecked'. I've tried to catch this via
the CheckBoxList_ItemChecked event but no joy. I thought the it was just
a 'display' issue but the actual properties of the CheckedBoxList items
are *really* 'unchecked'.

So what is changing the checked properties of the item and how can i
prevent it!!!

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top