data to datagrid thru datareader

  • Thread starter Thread starter pushpendra
  • Start date Start date
P

pushpendra

is it possible to show the data in datagrid thru
datareader in VB.Net

....
thanks
 
No.
Unless you use reader to populate a collection or some other datasource.
 
¤ is it possible to show the data in datagrid thru
¤ datareader in VB.Net

No, only a data source that implements the IList or IListSource interface.


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top