Call PDF File

  • Thread starter Thread starter Mariame
  • Start date Start date
M

Mariame

How to Call a PDF file from aspx so he could open the Acrobat Reader &
without using a hyperlink in aspx page

Regards
 
Hi Mariame,

I guess this is not possible from the code in ASPX.
It depends on the client 's IE browser settings.
If the user (client ) has configured his IE to open pdf files within IE it
opens within IE using Acrobat reader.

Finally it all depends on how the clients browser accepts it.

Thanks
Raghavendra
 
It is irrelevant how you get to the document, whether with a hyperlink or
Response.Redirect () or whatever else. The client browser is the one who
decides how to open it and you can't effect the browser setting from an aspx
page.

Eliyahu
 
Response redundancy is very common in newsgroups. In most cases it happens
unintentionally. Several people post in around the same time without seeing
each other's responses.

Also, there is no chronological order in the responses. The message time you
see is the sender's local time. How do you know that my response came after
another similar one?

Eliyahu
 
Back
Top