Databinding a check list box

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

I have a check box list box on a windows form. How can I data bind it to an
access table. I don't need a multi-tier solution. Just a solution.

Thanks

Regards
 
Hi,

I don't think CheckedListBox supports binding to list sources. You should just acquire the data and fill the Items collection in a
loop.
 
Back
Top