In my .aspx page, I have an image button that when clicked I want a file to download.
When the button is clicked, it logs things to do db first.
How can I push a file for download? I don't want to stream the file via asp.net on the server-side, just let the user download the file.
Is this possible?