Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8729251
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T08:47:57+00:00 2026-06-13T08:47:57+00:00

I would like to export data from a SQL Server pull (usually I use

  • 0

I would like to export data from a SQL Server pull (usually I use SqlDataReader, but am open to suggestions) into an Excel/CSV file and have the user of the web app get it as a download.

I’d like to do this AJAX style, so that the click on download won’t cause a reload/postback.

Anyone done this before or have an idea on how?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T08:47:58+00:00Added an answer on June 13, 2026 at 8:47 am

    I think this mechanism would work.

    Have an HTML button that calls a javascript function when clicked.

    <input id="downloadbtn" type="button" value="Download" onclick="download();" />
    

    Function would look something like this:

    var download = function() {
      $.ajax({
      url: "datamaker.aspx",
      context: document.body
      }).done(function(data) { 
        //  parse response data, get file path
        var filepath = ParseDataToGetFilePath(data);
    
        // open the csv file path in a new window (which will begin download)
        window.open(filepath, '_blank');
      });
    
    };
    

    In the serverside, “datamaker.aspx” should connect to the SQL Server, and create the CSV file. Creating a CSV file is as easy as creating any other file using streamwriter, and writiing “comma” between fields. At the end of this page, output the filename either in a response xml or json.

         { filepath: \path\datafile.csv }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to export data from a SQL database (some groups use SQL Server,
I am new to Magento. I would like to export following data from order
I'm trying to export data from a table in MS SQL Server 2008 R2
I would like to export a ad hoc Select query result sets from SQL
I am pulling some details from sql server and displaying in data-grid. I would
I would like to check if there's no data coming from SQL query then
I have an Excel table with some data that I would like to export
I would like to export a Java Bean or ResultSet(JDBC) into a CSV file
My XML looks like this. I would like to export collected_objects into another document.
From our existing, internal tracking system I would like to create an XML export

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.