A
Arne Garvander
I have a dataset with one table, which I build from scratch (not using SQL
server).
It displays fine on the web with a datagrid.
I use the same dataset and apply it to a DataGridView in a windowsform. My
datagridview does not display at all. What am I doing wrong?
HistoryGrid.AutoSize = True
HistoryGrid.Parent = Me
HistoryGrid.Dock = DockStyle.Fill
HistoryGrid.AutoGenerateColumns = True
HistoryGrid.DataSource = table
server).
It displays fine on the web with a datagrid.
I use the same dataset and apply it to a DataGridView in a windowsform. My
datagridview does not display at all. What am I doing wrong?
HistoryGrid.AutoSize = True
HistoryGrid.Parent = Me
HistoryGrid.Dock = DockStyle.Fill
HistoryGrid.AutoGenerateColumns = True
HistoryGrid.DataSource = table