Hi,

I have a program with a datagrid and a load to excel button.

I have written codes to loop through the datatable and insert the content to excel, but it took 30 secs just to load 700 rows x 5 columns of data.

Are there any faster way to do this? Besides exporting it straight from SQL server.

thanks