End Google Ads 201810 - BS.net 01 --> Hi ,
I have data coming from a stored procedure in sql server. I was able to export the results to excel in asp.net page using a grid on the page i.e. if user wants to download it into excel file.

now I want same functionality, i.e exporting the results from query/stored procedure directly to excel in C# windows application. How can I do this.
I don't want to use a grid on my page.