I have generated a .CSV in the C# code-behind and would like the user to be able to click a "DOWNLOAD CSV" button.
What is the best way of doing this (C# or JQuery)?
A Response.Redirect("); doesn't give a great result as it leaves the parent page blank.
Thanks
Go to the complete details ...