Somthing like this would be better.

Code:
DataGridView1.DataSource = Nothing
DataGridView1.Refresh
DataGridView1.DataSource = dsobj.Tables(0)