Microsoft
Software
Hardware
Network
Question : How to open pdf in a new browser without save option
Hi,
I am working in a C#.net web application. I have a one button on the form. If i click button i want to open pdf(existing one) file in a new browser window without saving options for the user.
Means he can not save that pdf file in his location. This is important.
please help me.
thank you.
Answer : How to open pdf in a new browser without save option
This is quite different from your original request about adding protection and removing the Save button. But it is much easier to solve:
On the link, add
target="_new"
that will open it in a new window.
Random Solutions
transpose multiple records into one - too many fields defined?
Windows 2000 Server - How to repair or replace DNS service
Custom DataGridView cell definition
ASP.NET XCOPY, VS.Net
Include signature when creating new e-mail from VBA command
Terminal Services problem
How to capture application server ip address?
GetPivotdata Formula
Fortigate as a mail relay/reverse proxy/ISA?
SQL Select Distinct Results (Complex)