| | |
How to Block Save button in FileDownload dialog box ?
Please support our C# advertiser: $4.95 a Month - ASP.NET Web Hosting – Click Here!
![]() |
•
•
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 angle array asp.net bitmap box broadcast c# capturing check checkbox client combobox control conversion csharp database databasesearch datagrid datagridview dataset datetime dbconnection degrees delegate design development disappear draganddrop drawing encryption enum eventhandlers excel file firefox form format forms function gdi+ grantorrevokepermissionthroughc#.net image input install interface java libraries list loop marshalbyrefobject math monodevelop mouseclick movingimage msword mysql operator path pause photoshop php picturebox pixelinversion platform post programming radians regex remoting richtextbox server sleep socket sql statistics string study system.servicemodel table tcpclientchannel text textbox thread time timer update usb usercontrol validation virtualization visualbasic visualstudio webbrowser winforms wpf wpfc# xml





