I have a datagridview with four columns (Training, Course, Status, Date Completed) all are datagridtextboxcolumn except for the Status which is a combobox.
Data for Training and Course column will be populated from MS Access Database. Can you help me how would I show the data from the access to the datagridview without the column names from access.
I am using vb.net and would like to learn more in programming! thanks! :)
|