G
Guest
I am sure this is an FAQ but I could not find it and I was wondering if
someone could help me.
I wanted to quickly generated a view of a couple of tables in our database.
I pulled up the wizard and generated a couple of data sets and data adapters.
The wizard inserted for the DataGridView the following code:
Me.AmazonOutbound2TableAdapter.Fill(Me.TestServiceBusDataSet.AmazonOutbound2)
I look at the dataset and the dataset is indeed getting populated (I stepped
into the debugger and examined the data after this line was executed). The
problem is that the data grid view does not show the data. How do I make the
data grid view show this data? Also I would like to display only a subset of
the data maybe by adding a where-clause constraining the data returned by one
of the column values. I see a command set but it seems to be read only. How
would be the best way to dynamically change the command set that is used for
the selection?
Thank you.
Kevin
someone could help me.
I wanted to quickly generated a view of a couple of tables in our database.
I pulled up the wizard and generated a couple of data sets and data adapters.
The wizard inserted for the DataGridView the following code:
Me.AmazonOutbound2TableAdapter.Fill(Me.TestServiceBusDataSet.AmazonOutbound2)
I look at the dataset and the dataset is indeed getting populated (I stepped
into the debugger and examined the data after this line was executed). The
problem is that the data grid view does not show the data. How do I make the
data grid view show this data? Also I would like to display only a subset of
the data maybe by adding a where-clause constraining the data returned by one
of the column values. I see a command set but it seems to be read only. How
would be the best way to dynamically change the command set that is used for
the selection?
Thank you.
Kevin