G
Guest
have a DataSet (dsVER) that contains one table (tblVersion) which has 39
rows in it. when I try to display the table in a datagrid I only get a
button, with a triangle on it,in the top left corner of the grid. No data is
displayed. Tapping the button doesn't do anything.
VerRecCount = daVER.Fill(dsVER, "tblVersion")
MessageBox.Show(CType(VerRecCount, String))
Me.dgdVER.DataSource = dsVER
rows in it. when I try to display the table in a datagrid I only get a
button, with a triangle on it,in the top left corner of the grid. No data is
displayed. Tapping the button doesn't do anything.
VerRecCount = daVER.Fill(dsVER, "tblVersion")
MessageBox.Show(CType(VerRecCount, String))
Me.dgdVER.DataSource = dsVER