populating combobox with data from dataset
hi, i m trying from several days to get the data populated in the combo box from the dataset to which it is bound. here are the details: i have an access 07 database and am using the visual studio 2008 running of windows7(64bit), i can connect to the database, make the dataset and even preview the data (name of customer from customers table). i have a combo box which is bound to the dataset of the database, the data source is customers table and the display member is "name" field of the customers table. this is all i have done. i want to populate the combo box at the time of formload.
please give the solution.
|