Is there any way to generate Excel/CSV through Javascript? (It should be browser compaatible too)
Is there any way to generate Excel/CSV through Javascript? (It should be browser compaatible too)
Create an AJAX postback method which writes a CSV file to your webserver and returns the url.. Set a hidden IFrame in the browser to the location of the CSV file on the server.
Your user will then be presented with the CSV download link.