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
Move mailbox failed from Exchange 2003 to 2007 - Event ID 8507
UCC SSL certificate?
Check for existence of index with INFORMATION_SCHEMA?
How to make dropdown disappear using code
Code not returning result unless a breakpoint is set!
What is needed to read EXCEL file fom Visual Basic 2008 without Office installed?
My Outlook keeps Crashing with this Event ID's 2000, 2002, 1000? Thanx for the help
recovering *Contacts* from an old .OST file???
For i=0 to UBOUND(RegValueName) Type Mismatch: 'UBOUND'
How to delete a word bookmark when the document is launched from an Access form?