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.
 
Back
Top