Home All Groups Group Topic Archive Search About
Author
16 Feb 2006 4:27 PM
Brian Shafer
Hi,
I am creating a web app, and using a dataview.  I want to be able to put an
iframe on around the dataview.  How do I do this?
Brian

Author
16 Feb 2006 5:38 PM
Ken Tucker [MVP]
Hi,

        On the main page add a iframe with runat=server id = "myIframe". 
Create a webpage with the dataview on it.  Navigate the iframe to the webpage
you created.  myIframe.attributes("src")=dataviewapage.aspx

Ken
------------------------------

Show quoteHide quote
"Brian Shafer" wrote:

> Hi,
> I am creating a web app, and using a dataview.  I want to be able to put an
> iframe on around the dataview.  How do I do this?
> Brian