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
Virtual Memory Errors
drop down list in access not always working
Programmatically FIll Out a PDF Form
What is c8.zedo.com
SQL Table-value function / permissions / Access Front End
How to convert this VB.NET code to VC# code?
user authentication in visual basic 2005
.NET image resizing script for blog
Question about Win7 x64 and 32-bit programs.
How do I get the string associated with each index of a listbox populated from a data object?