G
Guest
Hi, I'm using a SP with one input parameter to return query results to a
Datareader. I then want to add the rows in the data reader into a data grid.
Can you 'bind' a datareader to a data grid? If not, how would do it?
The data grid will be read only.
What is the best approach for this? Datareader? Data set? If so, how would I
return the resultant rows from the SP into a data set. I'm quite new to
ADO.NET
Many thanks in advance for any ideas
Ant
Datareader. I then want to add the rows in the data reader into a data grid.
Can you 'bind' a datareader to a data grid? If not, how would do it?
The data grid will be read only.
What is the best approach for this? Datareader? Data set? If so, how would I
return the resultant rows from the SP into a data set. I'm quite new to
ADO.NET
Many thanks in advance for any ideas
Ant