Monday, July 18, 2011

Creating a .CSV file in ASP.NET

I wanting to create a .CSV file from a query to SQL Server in ASP.NET. The link below has an excellent description of creating the .CSV file without having to create a temp file like I was originally planning to do. This post doesn't show how to wrap the query results up, but that is pretty simple to figure out:

http://wiki.asp.net/page.aspx/401/export-to-csv-file/

No comments: