Execute SQL Query and fill a large datatable.
Set the large datatable to System.Windows.Forms.DataGridView.DataSource. After a few seconds, "System.OutOfMemoryException" was thrown.
Are there any good ideas to show large datatable in DataGridView?
Thanks Very Much!
Scott