datagridview perfomance loading data
Posted
by phenevo
on Stack Overflow
See other posts from Stack Overflow
or by phenevo
Published on 2010-03-18T16:33:02Z
Indexed on
2010/03/18
17:01 UTC
Read the original article
Hit count: 574
Hi,
I've got collection of 50k records, and i get it in one second, but loading it to database take about 10 secunds.
How to increase loading data?
Everything what i make now is:
dgvCars.DataSource=cars;
© Stack Overflow or respective owner