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  
 
programming4us programming4us