Click here to Skip to main content
15,900,258 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi friends,

am working on asp.net c#, sqlserver 2005 db.

In my project i have two pages.

1) First page is form all textboxes and upload buttton to upload a pdf file. All this must be stored in database table (its fine working till here)

2) In second page i have a Gridview to view all the records Including PDF file also. In this when i click pdf file. only PDF must open in popup window.

Note: I can view PDF file and i can download it also.

Please can you help me.

thanks in advance.
Posted
Comments
Sergey Alexandrovich Kryukov 16-May-13 12:44pm    
No, you cannot view PDF in any browser. If you can, it does not mean your user can. As to downloading, file type does not matter at all...
—SA

1 solution

 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900