Change your code to Visual basic please, but the comcept is the same
dt.Columns.Add("Man", typeof(System.String));
foreach(DataRow row in dt.Rows)
{
row["Man"] = ComboBox1.Items.ToString()
;
}
DataGridView3.DataSource = dt
A flower cannot blossom without sunshine, and man cannot live without love.