DotNet 1.1 - C# - TabControl;TabPage;CheckedListBox

  • Thread starter Thread starter mikey
  • Start date Start date
M

mikey

Hello,

I have a TabControl, this control hold x TabPages.

Each TabPages hold a CheckedListBox with a DataSource of type DataTable.

Each time I check an item inside the CheckedListBox, if I change Tab, when I
come back to the first one all the box checked before are not checked
anymore.

Why and How can I resolve this issue ?
Thanks
 
Mikey,

I could see one possibility,

- If you are binding the datasource on tab changed event, the control
value will be reloaded on tab change.

- Please do post your data binding code, so that it would be more clear
to specify the case.

Thanks
Sivalingaamorthy
 
Back
Top