I would like to use standard ASP.NET file download response, like in other Stack Overflow question.
Response.ContentType = \"application/octet-stream\"; Respo
Well, I have found nice blog post on Encosia which describe solution of this ASP.NET AJAX file download problem. It work really nice.
http://encosia.com/2007/02/23/ajax-file-downloads-and-iframes/