Popular Posts
Blog Archive
Stats
Set content type & attachment name
Response.ContentType = "image/x-png";
Response.AddHeader("Content-Disposition", string.Format("attachment;filename={0};", fileName));