Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Best way to display PDF? iFrame? Frame? other option?

Status
Not open for further replies.

johnfraser

Programmer
Jul 25, 2007
33
US
okay so here is the deal. The Acrobat OCX control (installed with reader on a client PC) accepts some commands but they are accepted as parameters on the end of a URL.... not through any other method. (specifically hiding the save/print toolbar on default)

I originally planned on having a generic object integrated into my aspx containing the ocx control but this will not work.

Is a frame the best way? If not what is?

If it's a frame (or something else) how would I access it from the code behind of the aspx page_load?
 
What about Server.Execute?? Build a container page for the ocx, then you can execute that page from code behind and pass any parameters you need.

________________________________________________
[sub]"I have not failed. I've just found 10,000 ways that won't work."-Thomas Edison[/sub]

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top