SyntaxFix
Write A Post
Hire A Developer
Questions
In addition to Biff MaGriff's answer. To export the file using JQuery, redirect the user to a new page.
$('#btn_export').click(function () { window.location.href = 'NewsLetter/Export'; });