J
John Shaw
When I load the datagrid with data using
sqlDataAdapter2.Fill(dataSet21,"Table");
The Data is loaded with and extra (empty)line at the
bottom of the grid. It has an * to the left of the line.
Is there a way to prevent this empty line from appearing?
I get an exception error when this line is click upon
accidently, since no data is present on the line. Can you
help?
sqlDataAdapter2.Fill(dataSet21,"Table");
The Data is loaded with and extra (empty)line at the
bottom of the grid. It has an * to the left of the line.
Is there a way to prevent this empty line from appearing?
I get an exception error when this line is click upon
accidently, since no data is present on the line. Can you
help?