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.
 

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

Back
Top