better performance !

  • Thread starter Thread starter SOS
  • Start date Start date
S

SOS

Hi guys ,
how can i bind a datagrid (read-only data grid) with a data reader for
better performace ?

Thanx
 
Actually you should be able to do it; SqlDataReader et comp. all implement
IEnumerable, which should be fine for databinding.
 

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