| | |
How to Block Save button in FileDownload dialog box ?
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jan 2008
Posts: 2
Reputation:
Solved Threads: 0
Hi All,
I have been trying to find out how to hide the save button in a file download dialog box in a aspx page.I open the attachment like this :
byte[] byteFileContent = (byte[])objContentTable.Rows[0]["theContent"];
Response.ClearContent();
Response.ClearHeaders();
Response.Clear();
Response.ContentType = "application/octet-stream";
Response.AddHeader("Content-Disposition", "attachment;filename=Chapter.pdf");
Response.BinaryWrite(byteFileContent);
Response.End();
i get the file download dialog with open,save and cancel options but i dont want the save option to be given to the user. Can anyone help me on this ?
Thank you
I have been trying to find out how to hide the save button in a file download dialog box in a aspx page.I open the attachment like this :
byte[] byteFileContent = (byte[])objContentTable.Rows[0]["theContent"];
Response.ClearContent();
Response.ClearHeaders();
Response.Clear();
Response.ContentType = "application/octet-stream";
Response.AddHeader("Content-Disposition", "attachment;filename=Chapter.pdf");
Response.BinaryWrite(byteFileContent);
Response.End();
i get the file download dialog with open,save and cancel options but i dont want the save option to be given to the user. Can anyone help me on this ?
Thank you
![]() |
Other Threads in the C# Forum
- Previous Thread: My login UI
- Next Thread: Get MAC Address
| Thread Tools | Search this Thread |
.net access algorithm animation array barchart bitmap box broadcast c# check checkbox client combobox control conversion csharp custom customactiondata database datagrid datagridview dataset datastructure date/time datetime datetimepicker degrees development dll draganddrop drawing encryption enum event excel file filename files form format forms function gdi+ gis gtk hash image index input install java label list listbox mandelbrot math mouseclick mysql operator outlook2003 path photoshop picturebox pixelinversion pixelminversion post programming radians regex remoting richtextbox server sleep snooze socket sql statistics stream string table tables tcp text textbox thread time timer update usercontrol usercontrols validation visualstudio webbrowser webcam wia windows winforms wpf xml





