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
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