如果没报错,先改成下面的试试
dataGridView1.DataSource = dsSource;dataGridView1.DataSource = DataBindings;
上两行替换为
dataGridView1.DataSource = dsSource.Tables[0];