populate comboBox from Database

  • Thread starter Thread starter Jassim Rahma
  • Start date Start date
J

Jassim Rahma

Hi,

what is the best way to populate comboBox from database.. the reason I
am asking is that i have more than 8 comboBoxes in one form and each
should retrieve data from a table and I don't want that to slow the form
show.

can you please submit a sample code...


Many Thanks,
Jassim Rahma
 
Hi,

You can show the form, but disable the combos. After that, launch an async
delegate populating the combos, and enable them once the data are ready.
 

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

Similar Threads

Fill many combo in a fORm fROm DB 1
Populating a combobox from a table 2
Form in DLL 1
help with xtraNavBar 1
c# procedure 2
Combobox and eventhandler 3
Date Insert Problem in mySQL 2
Update Combobox Contents 2

Back
Top