1
Answer

How to Open .pdf file programattically in ASp.net with C#

sonal thosar

sonal thosar

13y
3.9k
1
HI All,

In my web form I have  Hyperlink. i sets the path of the hyperlink by using NevigateUrl method.
Now When I click on the hyperlink, download window should be open, So I can Open or save .pdf document.
Plz Tell me.... How can Do it.


Thanks.
Answers (1)
0
Richard Bourne
NA 3 4.1k 14y
Hi all,

This has been resolved now so for anyone else suffering this problem:

I needed to go to Application Pools > Advanced Settings and then set Enable 32-bit Applications to true.

Hope this can help somebody.