C
carlos.cruz
Hi,
I manage to open a PDF file in an <IFRAME> by "clicking" on an HyperLink
with:
HyperLink.NavigateURL = "file:///C:\file.pdf"
HyperLink.Target = "iframename"
The question is... How can I do the same thing by "clicking" on a
button????
I searched in the System.Web.UI.HtmlControls collection and I can't find
the IFRAME object...
Any ideas?
Thanks in advance
CC
I manage to open a PDF file in an <IFRAME> by "clicking" on an HyperLink
with:
HyperLink.NavigateURL = "file:///C:\file.pdf"
HyperLink.Target = "iframename"
The question is... How can I do the same thing by "clicking" on a
button????
I searched in the System.Web.UI.HtmlControls collection and I can't find
the IFRAME object...
Any ideas?
Thanks in advance
CC